hep.lcd.geometry
Interface PropertySet

All Known Implementing Classes:
PropertyTable

public interface PropertySet


Method Summary
 double getDouble(String name)
           
 double getDouble(String name, double defValue)
           
 String getString(String name)
           
 String getString(String name, String defValue)
           
 Enumeration keys()
           
 

Method Detail

getDouble

public double getDouble(String name)
                 throws LCDException

getDouble

public double getDouble(String name,
                        double defValue)

getString

public String getString(String name)
                 throws LCDException

getString

public String getString(String name,
                        String defValue)

keys

public Enumeration keys()


The LCD Group