hep.lcd.geometry
Class PropertyTable
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--hep.lcd.geometry.PropertyTable
- Direct Known Subclasses:
- IniSectionReader
- public class PropertyTable
- extends Hashtable
- implements PropertySet
- See Also:
- Serialized Form
- Source Code:
- PropertyTable.java
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
PropertyTable
public PropertyTable()
getDouble
public double getDouble(String name)
throws LCDException
- Specified by:
getDouble
in interface PropertySet
getDouble
public double getDouble(String name,
double defaultValue)
throws LCDException
- Specified by:
getDouble
in interface PropertySet
getString
public String getString(String name)
- Specified by:
getString
in interface PropertySet
getString
public String getString(String name,
String defValue)
- Specified by:
getString
in interface PropertySet
The LCD Group