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

Inner classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
PropertyTable()
           
 
Method Summary
 double getDouble(String name)
           
 double getDouble(String name, double defaultValue)
           
 String getString(String name)
           
 String getString(String name, String defValue)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hep.lcd.geometry.PropertySet
keys
 

Constructor Detail

PropertyTable

public PropertyTable()
Method Detail

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