| Package | Description |
|---|---|
| com.orsoncharts.label |
Classes related to chart labels.
|
| com.orsoncharts.plot |
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardPieLabelGenerator
A default implementation of the
PieLabelGenerator interface. |
| Modifier and Type | Method and Description |
|---|---|
PieLabelGenerator |
PiePlot3D.getLegendLabelGenerator()
Returns the object that creates legend labels for each section of the pie
chart.
|
PieLabelGenerator |
PiePlot3D.getSectionLabelGenerator()
Returns the object that creates labels for each section of the pie
chart.
|
PieLabelGenerator |
PiePlot3D.getToolTipGenerator()
Returns the tool tip generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PiePlot3D.setLegendLabelGenerator(PieLabelGenerator generator)
Sets the object that creates legend labels for each section of the pie
chart, and sends a
Plot3DChangeEvent to all registered
listeners. |
void |
PiePlot3D.setSectionLabelGenerator(PieLabelGenerator generator)
Sets the object that creates labels for each section of the pie chart,
and sends a
Plot3DChangeEvent to all registered listeners. |
void |
PiePlot3D.setToolTipGenerator(PieLabelGenerator generator)
Sets the tool tip generator and sends a change event to all registered
listeners.
|