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
 voidfinalize()
          Automated destructor.
 StringgetDescription()
          Return the description attribute of the handle.
 voidinit(String name)
          Initialise the MagickInfo structure.

Methods inherited from class magick.Magick
parseImageGeometry

Constructor Detail

MagickInfo

public MagickInfo(String name)
throws MagickException
Constructor.
Method Detail

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.

JMagick