Class MagickInfo
java.lang.Object
magick.Magick
magick.MagickInfo
Encapsulation of the MagickInfo structure.
- Author:
- Susan Dorr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinalize()Automated destructor.Return the description attribute of the handle.voidInitialise the MagickInfo structure.Methods inherited from class Magick
parseImageGeometry, queryFonts
-
Constructor Details
-
MagickInfo
Constructor.- Parameters:
name- the name- Throws:
MagickException- on error
-
-
Method Details
-
finalize
-
init
Initialise the MagickInfo structure.- Parameters:
name- the name- Throws:
MagickException- on error
-
getDescription
Return the description attribute of the handle.- Returns:
- the description
- Throws:
MagickException- on error
-