Modifier and Type | Field and Description |
---|---|
private java.util.List<Wedge> |
PieChart.wedges
The list of wedges, each of which specifies its own label and its own
width (in percent).
|
Constructor and Description |
---|
PieChart(java.lang.String title,
java.util.List<Wedge> wedges)
The constructor for a pie chart.
|