|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HepRepType
HepRepType interface.
| 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, addAttValue, addAttValue, getAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue |
| Method Detail |
|---|
void addType(HepRepType type)
type - sub-type to be added.String getName()
getFullName()String getFullName()
getName()String getDescription()
void setDescription(String description)
description - String getInfoURL()
void setInfoURL(String infoURL)
infoURL - HepRepType getSuperType()
Set getTypes()
List getTypeList()
HepRepType copy(HepRepType parent)
throws CloneNotSupportedException
parent - to which this copy is added.
CloneNotSupportedException - if copying is not possible.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||