Package magick
Class MagickInfo
- java.lang.Object
-
- magick.Magick
-
- magick.MagickInfo
-
public class MagickInfo extends Magick
Encapsulation of the MagickInfo structure.- Author:
- Susan Dorr
-
-
Constructor Summary
Constructors Constructor Description MagickInfo(java.lang.String name)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class magick.Magick
parseImageGeometry, queryFonts
-
-
-
-
Constructor Detail
-
MagickInfo
public MagickInfo(java.lang.String name) throws MagickException
Constructor.- Parameters:
name
- the name- Throws:
MagickException
- on error
-
-
Method Detail
-
finalize
public void finalize()
Automated destructor.- Overrides:
finalize
in classjava.lang.Object
-
init
public void init(java.lang.String name) throws MagickException
Initialise the MagickInfo structure.- Parameters:
name
- the name- Throws:
MagickException
- on error
-
getDescription
public java.lang.String getDescription() throws MagickException
Return the description attribute of the handle.- Returns:
- the description
- Throws:
MagickException
- on error
-
-