Class PropertiesTable

java.lang.Object
java.util.AbstractMap<K,​V>
java.util.HashMap<String,​ImageObject>
edu.wisc.game.sql.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:
Serialized Form