|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HepRepAttribute
HepRepAttribute 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 |
addAttValue(HepRepAttValue attValue)
Adds an attValue. |
void |
addAttValue(String key,
boolean value)
Adds an attValue. |
void |
addAttValue(String key,
boolean value,
int showLabel)
Adds an attValue. |
void |
addAttValue(String key,
Color value)
Adds a Color attValue. |
void |
addAttValue(String key,
Color value,
int showLabel)
Adds a Color attValue. |
void |
addAttValue(String key,
double value)
Adds an attValue. |
void |
addAttValue(String key,
double value,
int showLabel)
Adds an attValue. |
void |
addAttValue(String key,
int value)
Adds an attValue. |
void |
addAttValue(String key,
int value,
int showLabel)
Adds an attValue. |
void |
addAttValue(String key,
long value)
Adds an attValue. |
void |
addAttValue(String key,
long value,
int showLabel)
Adds an attValue. |
void |
addAttValue(String key,
String value)
Adds an attValue. |
void |
addAttValue(String key,
String value,
int showLabel)
Adds an attValue. |
HepRepAttValue |
getAttValue(String name)
Returns the attValue specified by name. |
HepRepAttValue |
getAttValueFromNode(String lowerCaseName)
Returns a named attribute value from this node. |
Set |
getAttValuesFromNode()
Returns a collection of all attribute values from this node. |
HepRepAttValue |
removeAttValue(String key)
Remove the attvalue named by key. |
| Method Detail |
|---|
void addAttValue(HepRepAttValue attValue)
attValue - to be added.
void addAttValue(String key,
String value)
key - name of attValuevalue - value of attValue
void addAttValue(String key,
String value,
int showLabel)
key - name of attValuevalue - value of attValueshowLabel - show this as label
void addAttValue(String key,
long value)
key - name of attValuevalue - value of attValue
void addAttValue(String key,
long value,
int showLabel)
key - name of attValuevalue - value of attValueshowLabel - show this as label
void addAttValue(String key,
int value)
key - name of attValuevalue - value of attValue
void addAttValue(String key,
int value,
int showLabel)
key - name of attValuevalue - value of attValueshowLabel - show this as label
void addAttValue(String key,
double value)
key - name of attValuevalue - value of attValue
void addAttValue(String key,
double value,
int showLabel)
key - name of attValuevalue - value of attValueshowLabel - show this as label
void addAttValue(String key,
boolean value)
key - name of attValuevalue - value of attValue
void addAttValue(String key,
boolean value,
int showLabel)
key - name of attValuevalue - value of attValueshowLabel - show this as label
void addAttValue(String key,
Color value)
key - name of attValuevalue - value of attValue
void addAttValue(String key,
Color value,
int showLabel)
key - name of attValuevalue - value of attValueshowLabel - show this as labelHepRepAttValue removeAttValue(String key)
key - name of the attValue to be removed.
HepRepAttValue getAttValue(String name)
name - of attribute value.
Set getAttValuesFromNode()
HepRepAttValue getAttValueFromNode(String lowerCaseName)
lowerCaseName - name in all lowercase.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||