public class BarSeriesApiBean
extends java.lang.Object
| Constructor and Description |
|---|
BarSeriesApiBean(BarSeries barSeries)
Constructor by copy.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColor()
Getter accessor for attribute 'color'.
|
java.lang.String |
getLabel()
Getter accessor for attribute 'label'.
|
java.util.List<java.lang.Double> |
getValues()
Getter accessor for attribute 'values'.
|
void |
setColor(java.lang.String color)
Setter accessor for attribute 'color'.
|
void |
setLabel(java.lang.String label)
Setter accessor for attribute 'label'.
|
void |
setValues(java.util.List<java.lang.Double> values)
Setter accessor for attribute 'values'.
|
public BarSeriesApiBean(BarSeries barSeries)
barSeries - barSeries.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - new value for 'label 'public java.lang.String getColor()
public void setColor(java.lang.String color)
color - new value for 'color 'public java.util.List<java.lang.Double> getValues()
public void setValues(java.util.List<java.lang.Double> values)
values - new value for 'values 'Copyright © 2013-2015 Ff4J. All Rights Reserved.