|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmagick.MontageInfo
public class MontageInfo
Encapsulation of the MontageInfo structure.
Constructor Summary | |
---|---|
MontageInfo(ImageInfo imageInfo)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MontageInfo(ImageInfo imageInfo) throws MagickException
imageInfo
- contains initial values for MontageInfo
MagickException
- upon irrecoverable errorsMethod Detail |
---|
protected void finalize()
finalize
in class java.lang.Object
public void setGeometry(java.lang.String str) throws MagickException
str
- new geometry value
MagickException
- upon irrecoverable errorspublic java.lang.String getGeometry() throws MagickException
MagickException
- upon irrecoverable errorspublic void setTile(java.lang.String str) throws MagickException
str
- new tile value
MagickException
- upon irrecoverable errorspublic java.lang.String getTile() throws MagickException
MagickException
- upon irrecoverable errorspublic void setTitle(java.lang.String str) throws MagickException
str
- new title value
MagickException
- upon irrecoverable errorspublic java.lang.String getTitle() throws MagickException
MagickException
- upon irrecoverable errorspublic void setFrame(java.lang.String str) throws MagickException
str
- new frame value
MagickException
- upon irrecoverable errorspublic java.lang.String getFrame() throws MagickException
MagickException
- upon irrecoverable errorspublic void setTexture(java.lang.String str) throws MagickException
str
- new texture value
MagickException
- upon irrecoverable errorspublic java.lang.String getTexture() throws MagickException
MagickException
- upon irrecoverable errorspublic void setFont(java.lang.String str) throws MagickException
str
- new font value
MagickException
- upon irrecoverable errorspublic java.lang.String getFont() throws MagickException
MagickException
- upon irrecoverable errorspublic void setPointSize(double pointsize) throws MagickException
pointsize
- new pointsize value
MagickException
- upon irrecoverable errorspublic double getPointSize() throws MagickException
MagickException
- upon irrecoverable errorspublic void setBorderWidth(int borderWidth) throws MagickException
borderWidth
- new border_width value
MagickException
- upon irrecoverable errorspublic int getBorderWidth() throws MagickException
MagickException
- upon irrecoverable errorspublic void setGravity(int gravity) throws MagickException
gravity
- new gravity value
MagickException
- upon irrecoverable errorsGravityType
public int getGravity() throws MagickException
MagickException
- upon irrecoverable errorsGravityType
public void setShadow(boolean shadow) throws MagickException
shadow
- new shadow flag
MagickException
- upon irrecoverable errorspublic boolean getShadow() throws MagickException
MagickException
- upon irrecoverable errorspublic void setFill(PixelPacket fill) throws MagickException
fill
- new fill PixelPacket value
MagickException
- upon irrecoverable errorspublic PixelPacket getFill() throws MagickException
MagickException
- upon irrecoverable errorspublic void setStroke(PixelPacket stroke) throws MagickException
stroke
- new stroke PixelPacket value
MagickException
- upon irrecoverable errorspublic PixelPacket getStroke() throws MagickException
MagickException
- upon irrecoverable errorspublic void setBackgroundColor(PixelPacket backgroundColor) throws MagickException
backgroundColor
- new background_color PixelPacket value
MagickException
- upon irrecoverable errorspublic PixelPacket getBackgroundColor() throws MagickException
MagickException
- upon irrecoverable errorspublic void setBorderColor(PixelPacket borderColor) throws MagickException
borderColor
- new border_color PixelPacket value
MagickException
- upon irrecoverable errorspublic PixelPacket getBorderColor() throws MagickException
MagickException
- upon irrecoverable errorspublic void setMatteColor(PixelPacket matteColor) throws MagickException
matteColor
- new matte_color PixelPacket value
MagickException
- upon irrecoverable errorspublic PixelPacket getMatteColor() throws MagickException
MagickException
- upon irrecoverable errorspublic void setFileName(java.lang.String filename) throws MagickException
filename
- new filename value
MagickException
- upon irrecoverable errorspublic java.lang.String getFileName() throws MagickException
MagickException
- upon irrecoverable errors
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |