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
    • Method Detail

      • finalize

        public void finalize()
        Automated destructor.
        Overrides:
        finalize in class java.lang.Object
      • getDescription

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