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 Details

  • Method Details

    • finalize

      public void finalize()
      Automated destructor.
      Overrides:
      finalize in class Object
    • init

      public void init(String name) throws MagickException
      Initialise the MagickInfo structure.
      Parameters:
      name - the name
      Throws:
      MagickException - on error
    • getDescription

      public String getDescription() throws MagickException
      Return the description attribute of the handle.
      Returns:
      the description
      Throws:
      MagickException - on error