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 voidfinalize()Automated destructor.java.lang.StringgetDescription()Return the description attribute of the handle.voidinit(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 MagickExceptionConstructor.- Parameters:
name- the name- Throws:
MagickException- on error
-
-
Method Detail
-
finalize
public void finalize()
Automated destructor.- Overrides:
finalizein classjava.lang.Object
-
init
public void init(java.lang.String name) throws MagickExceptionInitialise the MagickInfo structure.- Parameters:
name- the name- Throws:
MagickException- on error
-
getDescription
public java.lang.String getDescription() throws MagickExceptionReturn the description attribute of the handle.- Returns:
- the description
- Throws:
MagickException- on error
-
-