hep.lcd.geometry
Class PropertyTable

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byhep.lcd.geometry.PropertyTable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, PropertySet, java.io.Serializable
Direct Known Subclasses:
IniSectionReader

public class PropertyTable
extends java.util.Hashtable
implements PropertySet

See Also:
Serialized Form

Constructor Summary
PropertyTable()
           
 
Method Summary
 double getDouble(java.lang.String name)
           
 double getDouble(java.lang.String name, double defaultValue)
           
 java.lang.String getString(java.lang.String name)
           
 java.lang.String getString(java.lang.String name, java.lang.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(java.lang.String name)
                 throws LCDException
Specified by:
getDouble in interface PropertySet
Throws:
LCDException

getDouble

public double getDouble(java.lang.String name,
                        double defaultValue)
                 throws LCDException
Specified by:
getDouble in interface PropertySet
Throws:
LCDException

getString

public java.lang.String getString(java.lang.String name)
Specified by:
getString in interface PropertySet

getString

public java.lang.String getString(java.lang.String name,
                                  java.lang.String defValue)
Specified by:
getString in interface PropertySet


The LCD Group