magick
Class MagickInfo
magick.Magick
|
+--magick.MagickInfo
- public class MagickInfo
- extends Magick
Encapsulation of the MagickInfo structure.
- Author:
- Susan Dorr
Constructor Summary |
MagickInfo(String name) Constructor. |
Method Summary |
void | finalize() Automated destructor. |
String | getDescription() Return the description attribute of the handle. |
void | init(String name) Initialise the MagickInfo structure. |
MagickInfo
public MagickInfo(String name)
throws MagickException
- Constructor.
finalize
public void finalize()
- Automated destructor.
getDescription
public String getDescription()
throws MagickException
- Return the description attribute of the handle.
init
public void init(String name)
throws MagickException
- Initialise the MagickInfo structure.