Package magick

Class MagickInfo


  • public class MagickInfo
    extends Magick
    Encapsulation of the MagickInfo structure.
    Author:
    Susan Dorr
    • Constructor Summary

      Constructors 
      Constructor Description
      MagickInfo​(java.lang.String name)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 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.
        Parameters:
        name - the name
        Throws:
        MagickException - on error
    • 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.
        Parameters:
        name - the name
        Throws:
        MagickException - on error
      • getDescription

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