Class Info


  • public class Info
    extends java.lang.Object
    This class implements an image-information object.

    The class just calls "identify -verbose" and parses the output.

    • Constructor Summary

      Constructors 
      Constructor Description
      Info​(java.lang.String pFilename)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProperty​(java.lang.String pPropertyName)
      Return the given property.
      java.util.Enumeration<java.lang.String> getPropertyNames()
      Return an enumeration of all properties.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getProperty

        public java.lang.String getProperty​(java.lang.String pPropertyName)
        Return the given property.
      • getPropertyNames

        public java.util.Enumeration<java.lang.String> getPropertyNames()
        Return an enumeration of all properties.