Class PropertiesTable

All Implemented Interfaces:
Serializable, Cloneable, Map<String,ImageObject>

public class PropertiesTable extends HashMap<String,ImageObject>
This is an auxiliary class, used to read the entire content of a properties file, and to create ImageObject objects for all image files in the directory.
See Also:
  • Method Details

    • getError

      public boolean getError()
    • setError

      public void setError(boolean _error)
    • getErrmsg

      public String getErrmsg()
    • setErrmsg

      public void setErrmsg(String _errmsg)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String _path)
    • getPropertiesTable

      public static PropertiesTable getPropertiesTable(File dir)
      Retrieves the properties table for a particular directory