| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Encapsulation of the MontageInfo structure.
Constructor Summary | |
MontageInfo(ImageInfo imageInfo) Constructor. |
Method Summary | |
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. |
Constructor Detail |
public MontageInfo(ImageInfo imageInfo)
throws MagickException
Method Detail |
public PixelPacket getBackgroundColor()
throws MagickException
public PixelPacket getBorderColor()
throws MagickException
public int getBorderWidth()
throws MagickException
public String getFileName()
throws MagickException
public PixelPacket getFill()
throws MagickException
public String getFont()
throws MagickException
public String getFrame()
throws MagickException
public String getGeometry()
throws MagickException
public int getGravity()
throws MagickException
public PixelPacket getMatteColor()
throws MagickException
public double getPointSize()
throws MagickException
public boolean getShadow()
throws MagickException
public PixelPacket getStroke()
throws MagickException
public String getTexture()
throws MagickException
public String getTile()
throws MagickException
public String getTitle()
throws MagickException
public void setBackgroundColor(PixelPacket backgroundColor)
throws MagickException
public void setBorderColor(PixelPacket borderColor)
throws MagickException
public void setBorderWidth(int borderWidth)
throws MagickException
public void setFileName(String filename)
throws MagickException
public void setFill(PixelPacket fill)
throws MagickException
public void setFont(String str)
throws MagickException
public void setFrame(String str)
throws MagickException
public void setGeometry(String str)
throws MagickException
public void setGravity(int gravity)
throws MagickException
public void setMatteColor(PixelPacket matteColor)
throws MagickException
public void setPointSize(double pointsize)
throws MagickException
public void setShadow(boolean shadow)
throws MagickException
public void setStroke(PixelPacket stroke)
throws MagickException
public void setTexture(String str)
throws MagickException
public void setTile(String str)
throws MagickException
public void setTitle(String str)
throws MagickException
| JMagick | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |