public class AdhocChartSerie extends Object implements Cloneable, Serializable
AdhocChartSerie class.
| Constructor and Description |
|---|
AdhocChartSerie()
Constructor for AdhocChartSerie.
|
| Modifier and Type | Method and Description |
|---|---|
AdhocChartSerie |
clone() |
boolean |
equals(Object obj) |
String |
getLabel()
Getter for the field
label. |
AdhocProperties |
getProperties()
Getter for the field
properties. |
<T> T |
getProperty(String key)
getProperty.
|
String |
getSeries()
Getter for the field
series. |
String |
getXValue()
Getter for the field
xValue. |
String |
getYValue()
Getter for the field
yValue. |
String |
getZValue()
Getter for the field
zValue. |
int |
hashCode() |
void |
setLabel(String label)
Setter for the field
label. |
void |
setProperties(AdhocProperties properties)
Setter for the field
properties. |
void |
setProperty(String key,
Object value)
setProperty.
|
void |
setSeries(String series)
Setter for the field
series. |
void |
setXValue(String xValue)
Setter for the field
xValue. |
void |
setYValue(String yValue)
Setter for the field
yValue. |
void |
setZValue(String zValue)
Setter for the field
zValue. |
public void setSeries(String series)
Setter for the field series.
series - a String object.public void setXValue(String xValue)
Setter for the field xValue.
xValue - a String object.public void setYValue(String yValue)
Setter for the field yValue.
yValue - a String object.public void setZValue(String zValue)
Setter for the field zValue.
zValue - a String object.public void setLabel(String label)
Setter for the field label.
label - a String object.public AdhocProperties getProperties()
Getter for the field properties.
AdhocProperties object.public void setProperties(AdhocProperties properties)
Setter for the field properties.
properties - a AdhocProperties object.public <T> T getProperty(String key)
getProperty.
T - a T object.key - a String object.public AdhocChartSerie clone()
Copyright © 2010–2021. All rights reserved.