|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.graphics.heprep.HepRepDefaults
public class HepRepDefaults
Handles default values for HepRep
Method Summary | |
---|---|
static void |
addAttDef(HepRepAttDef attDef)
Add attribute definition |
static void |
addAttValue(HepRepAttValue attValue)
Add attribute value |
static HepRepAttDef |
getAttDef(String lowerCaseName)
Lookup attribute definition |
static Set |
getAttDefs()
Return all attribute definitions |
static HepRepAttValue |
getAttValue(String lowerCaseName)
Lookup attribute value |
static Set |
getAttValues()
Return all attribute values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addAttDef(HepRepAttDef attDef)
attDef
- attribute definitionpublic static HepRepAttDef getAttDef(String lowerCaseName)
lowerCaseName
- name in lower case
public static Set getAttDefs()
public static void addAttValue(HepRepAttValue attValue)
attValue
- attribute valuepublic static HepRepAttValue getAttValue(String lowerCaseName)
lowerCaseName
- name in lowercase
public static Set getAttValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |