| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
magick.Magick | +--magick.DrawInfo
Encapsulation of the ImageMagick DrawInfo structure.
Constructor Summary | |
DrawInfo(ImageInfo imageInfo) Constructor. |
Method Summary | |
PixelPacket | getBorderColor() Get the border_color attribute in the DrawInfo handle. |
int | getDecorate() Get the decorate attribute in the DrawInfo handle. |
PixelPacket | getFill() Get the fill attribute in the DrawInfo handle. |
String | getFont() Get the font field in the DrawInfo. |
String | getGeometry() Get the geometry field in the DrawInfo. |
int | getGravity() Get the gravity attribute in the DrawInfo handle. |
int | getOpacity() Get the opacity attribute in the DrawInfo handle. |
double | getPointsize() Get the pointsize attribute in the DrawInfo handle. |
String | getPrimitive() Get the primitive field in the DrawInfo. |
PixelPacket | getStroke() Get the stroke attribute in the DrawInfo handle. |
boolean | getStrokeAntialias() Return the stroke_antialias attribute in the DrawInfo handle. |
double | getStrokeWidth() Get the stroke_width attribute in the DrawInfo handle. |
String | getText() Get the text field in the DrawInfo. |
boolean | getTextAntialias() Return the text_antialias attribute in the DrawInfo handle. |
MagickImage | getTile() Get the tile image from the DrawInfo. |
PixelPacket | getUnderColor() Get the undercolor attribute in the DrawInfo handle. |
void | setBorderColor(PixelPacket borderColor) Set the border_color attribute in the DrawInfo handle. |
void | setDecorate(int decoration) Set the decorate attribute in the DrawInfo handle. |
void | setFill(PixelPacket fill) Set the fill attribute in the DrawInfo handle. |
void | setFont(String font) Set the font field in the DrawInfo. |
void | setGeometry(String geometry) Set the geometry field in the DrawInfo. |
void | setGravity(int gravity) Set the gravity attribute in the DrawInfo handle. |
void | setOpacity(int gravity) Set the opacity attribute in the DrawInfo handle. |
void | setPointsize(double pointsize) Set the pointsize attribute in the DrawInfo handle. |
void | setPrimitive(String primitive) Set the primitive field in the DrawInfo. |
void | setStroke(PixelPacket stroke) Set the stroke attribute in the DrawInfo handle. |
void | setStrokeAntialias(boolean strokeAntialias) Set the stroke_antialias attribute in the DrawInfo handle. |
void | setStrokeWidth(double strokeWidth) Set the stroke_width attribute in the DrawInfo handle. |
void | setText(String text) Set the text field in the DrawInfo. |
void | setTextAntialias(boolean textAntialias) Set the text_antialias attribute in the DrawInfo handle. |
void | setTile(MagickImage image) Set the tile image in the DrawInfo. |
void | setUnderColor(PixelPacket underColor) Set the undercolor attribute in the DrawInfo handle. |
Methods inherited from class magick.Magick |
parseImageGeometry |
Constructor Detail |
public DrawInfo(ImageInfo imageInfo)
throws MagickException
Method Detail |
public PixelPacket getBorderColor()
throws MagickException
public int getDecorate()
throws MagickException
public PixelPacket getFill()
throws MagickException
public String getFont()
throws MagickException
public String getGeometry()
throws MagickException
public int getGravity()
throws MagickException
public int getOpacity()
throws MagickException
public double getPointsize()
throws MagickException
public String getPrimitive()
throws MagickException
public PixelPacket getStroke()
throws MagickException
public boolean getStrokeAntialias()
throws MagickException
public double getStrokeWidth()
throws MagickException
public String getText()
throws MagickException
public boolean getTextAntialias()
throws MagickException
public MagickImage getTile()
throws MagickException
public PixelPacket getUnderColor()
throws MagickException
public void setBorderColor(PixelPacket borderColor)
throws MagickException
public void setDecorate(int decoration)
throws MagickException
public void setFill(PixelPacket fill)
throws MagickException
public void setFont(String font)
throws MagickException
public void setGeometry(String geometry)
throws MagickException
public void setGravity(int gravity)
throws MagickException
public void setOpacity(int gravity)
throws MagickException
public void setPointsize(double pointsize)
throws MagickException
public void setPrimitive(String primitive)
throws MagickException
public void setStroke(PixelPacket stroke)
throws MagickException
public void setStrokeAntialias(boolean strokeAntialias)
throws MagickException
public void setStrokeWidth(double strokeWidth)
throws MagickException
public void setText(String text)
throws MagickException
public void setTextAntialias(boolean textAntialias)
throws MagickException
public void setTile(MagickImage image)
throws MagickException
public void setUnderColor(PixelPacket underColor)
throws MagickException
| JMagick | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |