| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectmagick.MontageInfopublic class MontageInfoextends java.lang.ObjectConstructor Summary | |
| |
Method Summary | |
protected void |
|
PixelPacket |
|
PixelPacket |
|
int |
|
String |
|
PixelPacket |
|
String |
|
String |
|
String |
|
int |
|
PixelPacket |
|
double |
|
boolean |
|
PixelPacket |
|
String |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public MontageInfo(ImageInfo imageInfo) throws MagickException
Constructor.
- Parameters:
imageInfo- contains initial values for MontageInfo
- Throws:
MagickException- upon irrecoverable errors
protected void finalize()
To release memory on cleanup.
public PixelPacket getBackgroundColor() throws MagickException
Get the background_color PixelPacket value
- Returns:
- the current background_color PixelPacket value
- Throws:
MagickException- upon irrecoverable errors
public PixelPacket getBorderColor() throws MagickException
Get the border_color PixelPacket value
- Returns:
- the current border_color PixelPacket value
- Throws:
MagickException- upon irrecoverable errors
public int getBorderWidth()
throws MagickExceptionGet the border_width value.
- Returns:
- the current border_width value
- Throws:
MagickException- upon irrecoverable errors
public String getFileName()
throws MagickExceptionGet the filename value
- Returns:
- the current filename value
- Throws:
MagickException- upon irrecoverable errors
public PixelPacket getFill() throws MagickException
Get the fill PixelPacket value
- Returns:
- the current fill PixelPacket value
- Throws:
MagickException- upon irrecoverable errors
public String getFont()
throws MagickExceptionGet the font string value.
- Returns:
- the current font value
- Throws:
MagickException- upon irrecoverable errors
public String getFrame()
throws MagickExceptionGet the frame string value.
- Returns:
- the current frame value
- Throws:
MagickException- upon irrecoverable errors
public String getGeometry()
throws MagickExceptionGet the geometry string value.
- Returns:
- the current geometry value
- Throws:
MagickException- upon irrecoverable errors
public int getGravity()
throws MagickExceptionGet the gravity value.
- Returns:
- the current gravity value
- Throws:
MagickException- upon irrecoverable errors
- See Also:
GravityType
public PixelPacket getMatteColor() throws MagickException
Get the matte_color PixelPacket value
- Returns:
- the current matte_color PixelPacket value
- Throws:
MagickException- upon irrecoverable errors
public double getPointSize()
throws MagickExceptionGet the pointsize value.
- Returns:
- the current pointsize value
- Throws:
MagickException- upon irrecoverable errors
public boolean getShadow()
throws MagickExceptionGet the shadow flag.
- Returns:
- the current shadow flag
- Throws:
MagickException- upon irrecoverable errors
public PixelPacket getStroke() throws MagickException
Get the stroke PixelPacket value
- Returns:
- the current stroke PixelPacket value
- Throws:
MagickException- upon irrecoverable errors
public String getTexture()
throws MagickExceptionGet the texture string value.
- Returns:
- the current texture value
- Throws:
MagickException- upon irrecoverable errors
public String getTile()
throws MagickExceptionGet the tile string value.
- Returns:
- the current tile value
- Throws:
MagickException- upon irrecoverable errors
public String getTitle()
throws MagickExceptionGet the title string value.
- Returns:
- the current title value
- Throws:
MagickException- upon irrecoverable errors
public void setBackgroundColor(PixelPacket backgroundColor) throws MagickException
Set the background_color PixelPacket value.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
public void setBorderColor(PixelPacket borderColor) throws MagickException
Set the border_color PixelPacket value.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
public void setBorderWidth(int borderWidth)
throws MagickExceptionSet the border_width value.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
public void setFileName(String filename)
throws MagickExceptionSet the filename value.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
public void setFill(PixelPacket fill) throws MagickException
Set the fill PixelPacket value.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
public void setFont(String str)
throws MagickExceptionSet the font string value.
- Parameters:
str- new font value
- Throws:
MagickException- upon irrecoverable errors
public void setFrame(String str)
throws MagickExceptionSet the frame string value.
- Parameters:
str- new frame value
- Throws:
MagickException- upon irrecoverable errors
public void setGeometry(String str)
throws MagickExceptionSet the geometry string value.
- Parameters:
str- new geometry value
- Throws:
MagickException- upon irrecoverable errors
public void setGravity(int gravity)
throws MagickExceptionSet the gravity value.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
- See Also:
GravityType
public void setMatteColor(PixelPacket matteColor) throws MagickException
Set the matte_color PixelPacket value.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
public void setPointSize(double pointsize)
throws MagickExceptionSet the pointsize value.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
public void setShadow(boolean shadow)
throws MagickExceptionSet the shadow flag.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
public void setStroke(PixelPacket stroke) throws MagickException
Set the stroke PixelPacket value.
- Parameters:
- Throws:
MagickException- upon irrecoverable errors
public void setTexture(String str)
throws MagickExceptionSet the texture string value.
- Parameters:
str- new texture value
- Throws:
MagickException- upon irrecoverable errors
public void setTile(String str)
throws MagickExceptionSet the tile string value.
- Parameters:
str- new tile value
- Throws:
MagickException- upon irrecoverable errors
public void setTitle(String str)
throws MagickExceptionSet the title string value.
- Parameters:
str- new title value
- Throws:
MagickException- upon irrecoverable errors