public class MagickInfo extends Magick
| Constructor and Description |
|---|
MagickInfo(java.lang.String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finalize()
Automated destructor.
|
java.lang.String |
getDescription()
Return the description attribute of the handle.
|
void |
init(java.lang.String name)
Initialise the MagickInfo structure.
|
parseImageGeometry, queryFontspublic MagickInfo(java.lang.String name)
throws MagickException
name - the nameMagickException - on errorpublic void finalize()
finalize in class java.lang.Objectpublic void init(java.lang.String name)
throws MagickException
name - the nameMagickException - on errorpublic java.lang.String getDescription()
throws MagickException
MagickException - on error