|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Fields inherited from interface hep.graphics.heprep.HepRepConstants |
SHOW_DESC, SHOW_EXTRA, SHOW_NAME, SHOW_NONE, SHOW_VALUE, TYPE_BOOLEAN, TYPE_COLOR, TYPE_DOUBLE, TYPE_INT, TYPE_LONG, TYPE_STRING, TYPE_UNKNOWN |
Method Summary | |
void |
addType(HepRepType type)
Adds a sub-type to this type. |
HepRepType |
copy(HepRepType parent)
Returns a deep copy of this type. |
String |
getDescription()
Returns the description of this type. |
String |
getFullName()
Returns the full name of this type. |
String |
getInfoURL()
Returns the information URL of this type. |
String |
getName()
Returns the name of this type. |
HepRepType |
getSuperType()
Returns the parent of this type. |
List |
getTypeList()
Returns a collection of all the sub-types of this type. |
Set |
getTypes()
Deprecated. use getTypeList() |
void |
setDescription(String description)
Sets the description of this type. |
void |
setInfoURL(String infoURL)
Sets the information URL of this type. |
Methods inherited from interface hep.graphics.heprep.HepRepDefinition |
addAttDef, addAttDef, getAttDef, getAttDefFromNode, getAttDefsFromNode |
Methods inherited from interface hep.graphics.heprep.HepRepAttribute |
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue |
Method Detail |
public void addType(HepRepType type)
type
- sub-type to be added.public String getName()
getFullName()
public String getFullName()
getName()
public String getDescription()
public void setDescription(String description)
public String getInfoURL()
public void setInfoURL(String infoURL)
infoURL
- public HepRepType getSuperType()
public Set getTypes()
public List getTypeList()
public HepRepType copy(HepRepType parent) throws CloneNotSupportedException
parent
- to which this copy is added.
CloneNotSupportedException
- if copying is not possible.
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |