public class PieChart extends Object implements Serializable
| Constructor and Description |
|---|
PieChart(String t)
Constructor with title.
|
| Modifier and Type | Method and Description |
|---|---|
List<PieSector> |
getSectors()
Getter accessor for attribute 'sectors'.
|
String |
getTitle()
Getter accessor for attribute 'title'.
|
void |
setSectors(List<PieSector> sectors)
Setter accessor for attribute 'sectors'.
|
void |
setTitle(String title)
Setter accessor for attribute 'title'.
|
String |
toJson() |
String |
toString() |
public PieChart(String t)
t - target title.public String toJson()
public String getTitle()
public void setTitle(String title)
title - new value for 'title 'public List<PieSector> getSectors()
Copyright © 2013–2015 FF4J. All rights reserved.