public class BarChart extends AbstractGraphFF4j
| Constructor and Description |
|---|
BarChart()
Default constructor.
|
BarChart(String title,
List<String> labels,
List<String> seriesName)
Constructor to set up graph.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLabels()
Getter accessor for attribute 'labels'.
|
Map<String,BarSeries> |
getSeries()
Getter accessor for attribute 'series'.
|
void |
setLabels(List<String> labels)
Setter accessor for attribute 'labels'.
|
void |
setSeries(Map<String,BarSeries> series)
Setter accessor for attribute 'series'.
|
String |
toJson() |
String |
toString() |
getTitle, setTitlepublic String toJson()
public List<String> getLabels()
public void setLabels(List<String> labels)
labels - new value for 'labels 'public Map<String,BarSeries> getSeries()
Copyright © 2013–2015 FF4J. All rights reserved.