public class MontageInfo extends Object
| Constructor and Description |
|---|
MontageInfo(ImageInfo imageInfo)
Constructor.
|
| Modifier and Type | Method and 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.
|
String |
getFileName()
Get the filename value
|
PixelPacket |
getFill()
Get the fill PixelPacket value
|
String |
getFont()
Get the font string value.
|
String |
getFrame()
Get the frame string value.
|
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
|
String |
getTexture()
Get the texture string value.
|
String |
getTile()
Get the tile string value.
|
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(String filename)
Set the filename value.
|
void |
setFill(PixelPacket fill)
Set the fill PixelPacket value.
|
void |
setFont(String str)
Set the font string value.
|
void |
setFrame(String str)
Set the frame string value.
|
void |
setGeometry(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(String str)
Set the texture string value.
|
void |
setTile(String str)
Set the tile string value.
|
void |
setTitle(String str)
Set the title string value.
|
public MontageInfo(ImageInfo imageInfo) throws MagickException
imageInfo - contains initial values for MontageInfoMagickException - upon irrecoverable errorsprotected void finalize()
public void setGeometry(String str) throws MagickException
str - new geometry valueMagickException - upon irrecoverable errorspublic String getGeometry() throws MagickException
MagickException - upon irrecoverable errorspublic void setTile(String str) throws MagickException
str - new tile valueMagickException - upon irrecoverable errorspublic String getTile() throws MagickException
MagickException - upon irrecoverable errorspublic void setTitle(String str) throws MagickException
str - new title valueMagickException - upon irrecoverable errorspublic String getTitle() throws MagickException
MagickException - upon irrecoverable errorspublic void setFrame(String str) throws MagickException
str - new frame valueMagickException - upon irrecoverable errorspublic String getFrame() throws MagickException
MagickException - upon irrecoverable errorspublic void setTexture(String str) throws MagickException
str - new texture valueMagickException - upon irrecoverable errorspublic String getTexture() throws MagickException
MagickException - upon irrecoverable errorspublic void setFont(String str) throws MagickException
str - new font valueMagickException - upon irrecoverable errorspublic 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(String filename) throws MagickException
filename - new filename valueMagickException - upon irrecoverable errorspublic String getFileName() throws MagickException
MagickException - upon irrecoverable errorsCopyright © 2017. All rights reserved.