public class PieChart extends AbstractChart implements Serializable
| Constructor and Description |
|---|
PieChart(String t)
Constructor with title.
|
| Modifier and Type | Method and Description |
|---|---|
List<Serie<Integer>> |
getSectors()
Getter accessor for attribute 'sectors'.
|
String |
toJson() |
String |
toString() |
getTitle, setTitlepublic PieChart(String t)
t - target title.Copyright © 2013–2017 FF4J. All rights reserved.