magick
Class MagickInfo

java.lang.Object
  extended by magick.Magick
      extended by magick.MagickInfo

public class MagickInfo
extends Magick

Encapsulation of the MagickInfo structure.

Author:
Susan Dorr

Constructor Summary
MagickInfo(java.lang.String name)
          Constructor.
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagickInfo

public MagickInfo(java.lang.String name)
           throws MagickException
Constructor.

Throws:
MagickException
Method Detail

finalize

public void finalize()
Automated destructor.

Overrides:
finalize in class java.lang.Object

init

public void init(java.lang.String name)
          throws MagickException
Initialise the MagickInfo structure.

Throws:
MagickException

getDescription

public java.lang.String getDescription()
                                throws MagickException
Return the description attribute of the handle.

Throws:
MagickException