Package magick
Class MagickInfo
java.lang.Object
magick.Magick
magick.MagickInfo
Encapsulation of the MagickInfo structure.
- Author:
- Susan Dorr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
finalize()
Automated destructor.Return the description attribute of the handle.void
Initialise the MagickInfo structure.Methods inherited from class magick.Magick
parseImageGeometry, queryFonts
-
Constructor Details
-
MagickInfo
Constructor.- Parameters:
name
- the name- Throws:
MagickException
- on error
-
-
Method Details
-
finalize
public void finalize()Automated destructor. -
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
-