magick

Class 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.

Methods inherited from class magick.Magick

parseImageGeometry

Constructor Details

MagickInfo

public MagickInfo(String name)
            throws MagickException
Constructor.

Method Details

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.