| 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 |
StandardXYZLabelGenerator
A default implementation of the
XYZLabelGenerator interface. |
| Modifier and Type | Method and Description |
|---|---|
XYZLabelGenerator |
XYZPlot.getLegendLabelGenerator()
Returns the legend label generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYZPlot.setLegendLabelGenerator(XYZLabelGenerator generator)
Sets the legend label generator and sends a
Plot3DChangeEvent
to all registered listeners. |