public class MontageInfo
extends java.lang.Object
| Constructor | Description |
|---|---|
MontageInfo(ImageInfo imageInfo) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
finalize() |
To release memory on cleanup.
|
PixelPacket |
getBackgroundColor() |
Get the background_color PixelPacket value
|
PixelPacket |
getBorderColor() |
Get the border_color PixelPacket value
|
int |
getBorderWidth() |
Get the border_width value.
|
java.lang.String |
getFileName() |
Get the filename value
|
PixelPacket |
getFill() |
Get the fill PixelPacket value
|
java.lang.String |
getFont() |
Get the font string value.
|
java.lang.String |
getFrame() |
Get the frame string value.
|
java.lang.String |
getGeometry() |
Get the geometry string value.
|
int |
getGravity() |
Get the gravity value.
|
PixelPacket |
getMatteColor() |
Get the matte_color PixelPacket value
|
double |
getPointSize() |
Get the pointsize value.
|
boolean |
getShadow() |
Get the shadow flag.
|
PixelPacket |
getStroke() |
Get the stroke PixelPacket value
|
java.lang.String |
getTexture() |
Get the texture string value.
|
java.lang.String |
getTile() |
Get the tile string value.
|
java.lang.String |
getTitle() |
Get the title string value.
|
void |
setBackgroundColor(PixelPacket backgroundColor) |
Set the background_color PixelPacket value.
|
void |
setBorderColor(PixelPacket borderColor) |
Set the border_color PixelPacket value.
|
void |
setBorderWidth(int borderWidth) |
Set the border_width value.
|
void |
setFileName(java.lang.String filename) |
Set the filename value.
|
void |
setFill(PixelPacket fill) |
Set the fill PixelPacket value.
|
void |
setFont(java.lang.String str) |
Set the font string value.
|
void |
setFrame(java.lang.String str) |
Set the frame string value.
|
void |
setGeometry(java.lang.String str) |
Set the geometry string value.
|
void |
setGravity(int gravity) |
Set the gravity value.
|
void |
setMatteColor(PixelPacket matteColor) |
Set the matte_color PixelPacket value.
|
void |
setPointSize(double pointsize) |
Set the pointsize value.
|
void |
setShadow(boolean shadow) |
Set the shadow flag.
|
void |
setStroke(PixelPacket stroke) |
Set the stroke PixelPacket value.
|
void |
setTexture(java.lang.String str) |
Set the texture string value.
|
void |
setTile(java.lang.String str) |
Set the tile string value.
|
void |
setTitle(java.lang.String str) |
Set the title string value.
|
public MontageInfo(ImageInfo imageInfo) throws MagickException
imageInfo - contains initial values for MontageInfoMagickException - upon irrecoverable errorsprotected void finalize()
finalize in class java.lang.Objectpublic void setGeometry(java.lang.String str)
throws MagickException
str - new geometry valueMagickException - upon irrecoverable errorspublic java.lang.String getGeometry()
throws MagickException
MagickException - upon irrecoverable errorspublic void setTile(java.lang.String str)
throws MagickException
str - new tile valueMagickException - upon irrecoverable errorspublic java.lang.String getTile()
throws MagickException
MagickException - upon irrecoverable errorspublic void setTitle(java.lang.String str)
throws MagickException
str - new title valueMagickException - upon irrecoverable errorspublic java.lang.String getTitle()
throws MagickException
MagickException - upon irrecoverable errorspublic void setFrame(java.lang.String str)
throws MagickException
str - new frame valueMagickException - upon irrecoverable errorspublic java.lang.String getFrame()
throws MagickException
MagickException - upon irrecoverable errorspublic void setTexture(java.lang.String str)
throws MagickException
str - new texture valueMagickException - upon irrecoverable errorspublic java.lang.String getTexture()
throws MagickException
MagickException - upon irrecoverable errorspublic void setFont(java.lang.String str)
throws MagickException
str - new font valueMagickException - upon irrecoverable errorspublic java.lang.String getFont()
throws MagickException
MagickException - upon irrecoverable errorspublic void setPointSize(double pointsize)
throws MagickException
pointsize - new pointsize valueMagickException - upon irrecoverable errorspublic double getPointSize()
throws MagickException
MagickException - upon irrecoverable errorspublic void setBorderWidth(int borderWidth)
throws MagickException
borderWidth - new border_width valueMagickException - upon irrecoverable errorspublic int getBorderWidth()
throws MagickException
MagickException - upon irrecoverable errorspublic void setGravity(int gravity)
throws MagickException
gravity - new gravity valueMagickException - upon irrecoverable errorsGravityTypepublic int getGravity()
throws MagickException
MagickException - upon irrecoverable errorsGravityTypepublic void setShadow(boolean shadow)
throws MagickException
shadow - new shadow flagMagickException - upon irrecoverable errorspublic boolean getShadow()
throws MagickException
MagickException - upon irrecoverable errorspublic void setFill(PixelPacket fill) throws MagickException
fill - new fill PixelPacket valueMagickException - upon irrecoverable errorspublic PixelPacket getFill() throws MagickException
MagickException - upon irrecoverable errorspublic void setStroke(PixelPacket stroke) throws MagickException
stroke - new stroke PixelPacket valueMagickException - upon irrecoverable errorspublic PixelPacket getStroke() throws MagickException
MagickException - upon irrecoverable errorspublic void setBackgroundColor(PixelPacket backgroundColor) throws MagickException
backgroundColor - new background_color PixelPacket valueMagickException - upon irrecoverable errorspublic PixelPacket getBackgroundColor() throws MagickException
MagickException - upon irrecoverable errorspublic void setBorderColor(PixelPacket borderColor) throws MagickException
borderColor - new border_color PixelPacket valueMagickException - upon irrecoverable errorspublic PixelPacket getBorderColor() throws MagickException
MagickException - upon irrecoverable errorspublic void setMatteColor(PixelPacket matteColor) throws MagickException
matteColor - new matte_color PixelPacket valueMagickException - upon irrecoverable errorspublic PixelPacket getMatteColor() throws MagickException
MagickException - upon irrecoverable errorspublic void setFileName(java.lang.String filename)
throws MagickException
filename - new filename valueMagickException - upon irrecoverable errorspublic java.lang.String getFileName()
throws MagickException
MagickException - upon irrecoverable errors