| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
magick.Magick | +--magick.ImageInfo
Corresponds to the ImageMagick ImageInfo structure.
Constructor Summary | |
ImageInfo() Constructor. | |
ImageInfo(String fileName) Constructor. |
Method Summary | |
int | getAdjoin() |
boolean | getAffirm() Get the affirm attribute. |
PixelPacket | getBorderColor() Get the current border colour.. |
int | getColorspace() |
int | getCompression() |
String | getDensity() |
int | getDither() |
String | getFileName() Return the file name attribute of the handle. |
String | getFont() |
int | getInterlace() |
String | getMagick() Return the magick attribute of the handle. |
int | getMonochrome() |
String | getPage() |
boolean | getPing() Get the ping attribute. |
int | getPointSize() |
int | getPreviewType() Get the preview_type attribute. |
int | getQuality() |
String | getServerName() |
String | getSize() |
int | getSubimage() |
int | getSubrange() |
String | getTexture() |
String | getTile() |
int | getUnits() Get the units attribute of the ImageInfo. |
int | getVerbose() |
String | getView() |
void | init() Initialises the internal native handle. |
void | setAdjoin(int value) |
void | setAffirm(boolean affirm) Set the affirm attribute. |
void | setBorderColor(PixelPacket color) Set the border colour.. |
void | setColorspace(int value) |
void | setCompression(int value) |
void | setDensity(String density) |
void | setDither(int value) |
void | setFileName(String fileName) Set the file name attribute of the handle. |
void | setFont(String font) |
void | setInterlace(int value) |
void | setMagick(String magick) Set the magick attribute of the handle. |
void | setMonochrome(int value) |
void | setPage(String page) |
void | setPing(boolean value) Set the ping attribute. |
void | setPointSize(int value) |
void | setPreviewType(int value) Set the preview_type attribute. |
void | setQuality(int value) |
void | setServerName(String name) |
void | setSize(String size) |
void | setSubimage(int value) |
void | setSubrange(int value) |
void | setTexture(String texture) |
void | setTile(String tile) |
void | setUnits(int resolutionType) Set the units attribute of the ImageInfo. |
void | setVerbose(int value) |
void | setView(String view) |
Methods inherited from class magick.Magick |
parseImageGeometry |
Constructor Detail |
public ImageInfo()
throws MagickException
public ImageInfo(String fileName)
throws MagickException
Method Detail |
public int getAdjoin()
throws MagickException
public boolean getAffirm()
throws MagickException
public PixelPacket getBorderColor()
throws MagickException
public int getColorspace()
throws MagickException
public int getCompression()
throws MagickException
public String getDensity()
throws MagickException
public int getDither()
throws MagickException
public String getFileName()
throws MagickException
public String getFont()
throws MagickException
public int getInterlace()
throws MagickException
public String getMagick()
throws MagickException
public int getMonochrome()
throws MagickException
public String getPage()
throws MagickException
public boolean getPing()
throws MagickException
public int getPointSize()
throws MagickException
public int getPreviewType()
throws MagickException
public int getQuality()
throws MagickException
public String getServerName()
throws MagickException
public String getSize()
throws MagickException
public int getSubimage()
throws MagickException
public int getSubrange()
throws MagickException
public String getTexture()
throws MagickException
public String getTile()
throws MagickException
public int getUnits()
throws MagickException
public int getVerbose()
throws MagickException
public String getView()
throws MagickException
public void init()
throws MagickException
public void setAdjoin(int value)
throws MagickException
public void setAffirm(boolean affirm)
throws MagickException
public void setBorderColor(PixelPacket color)
throws MagickException
public void setColorspace(int value)
throws MagickException
public void setCompression(int value)
throws MagickException
public void setDensity(String density)
throws MagickException
public void setDither(int value)
throws MagickException
public void setFileName(String fileName)
throws MagickException
public void setFont(String font)
throws MagickException
public void setInterlace(int value)
throws MagickException
public void setMagick(String magick)
throws MagickException
public void setMonochrome(int value)
throws MagickException
public void setPage(String page)
throws MagickException
public void setPing(boolean value)
throws MagickException
public void setPointSize(int value)
throws MagickException
public void setPreviewType(int value)
throws MagickException
public void setQuality(int value)
throws MagickException
public void setServerName(String name)
throws MagickException
public void setSize(String size)
throws MagickException
public void setSubimage(int value)
throws MagickException
public void setSubrange(int value)
throws MagickException
public void setTexture(String texture)
throws MagickException
public void setTile(String tile)
throws MagickException
public void setUnits(int resolutionType)
throws MagickException
public void setVerbose(int value)
throws MagickException
public void setView(String view)
throws MagickException
| JMagick | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |