public class Info
extends java.lang.Object
The class just calls "identify -verbose" and parses the output.
Constructor and Description |
---|
Info(java.lang.String pFilename)
Constructor.
|
Modifier and Type | Method and 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.
|
public Info(java.lang.String pFilename) throws InfoException
InfoException