Modifier and Type | Method | Description |
---|---|---|
Color |
getColor() |
The color associated with the label.
|
int |
getIndex() |
The index in the front-to-back ordering within its container.
|
String |
getName() |
The name associated with the label.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
void |
setColor(Color color) |
The color associated with the label.
|
void |
setIndex(int index) |
The index in the front-to-back ordering within its container.
|
void |
setName(String name) |
The name associated with the label.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("pnam") @Kind("property") @Name("name") @Type("text") void setName(String name)
name
- new property value@Code("pidx") @Kind("property") @Name("index") @Type("integer") int getIndex()
@Code("pidx") @Kind("property") @Name("index") @Type("integer") void setIndex(int index)
index
- new property value@Code("colr") @Kind("property") @Name("color") @Type("RGB color") Color getColor()
@Code("colr") @Kind("property") @Name("color") @Type("RGB color") void setColor(Color color)
color
- new property value