public class BarSeries extends Object implements Serializable
| Constructor and Description |
|---|
BarSeries(String label,
String color,
int nbValue)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Getter accessor for attribute 'color'.
|
String |
getLabel()
Getter accessor for attribute 'label'.
|
List<Double> |
getValues()
Getter accessor for attribute 'values'.
|
void |
incrCount(int offset)
Increment hit ratio for this slot.
|
void |
setColor(String color)
Setter accessor for attribute 'color'.
|
void |
setLabel(String label)
Setter accessor for attribute 'label'.
|
void |
setValues(List<Double> values)
Setter accessor for attribute 'values'.
|
String |
toJson()
Convert current object to Json String.
|
String |
toString() |
public String toJson()
public void incrCount(int offset)
offset - offset of pointpublic String getLabel()
public void setLabel(String label)
label - new value for 'label 'public String getColor()
public void setColor(String color)
color - new value for 'color 'public List<Double> getValues()
Copyright © 2013–2015 FF4J. All rights reserved.