| Package | Description |
|---|---|
| com.orsoncharts.axis | |
| 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 | Method and Description |
|---|---|
CategoryLabelGenerator |
StandardCategoryAxis3D.getTickLabelGenerator()
Returns the tick label generator for the axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardCategoryAxis3D.setTickLabelGenerator(CategoryLabelGenerator generator)
Sets the tick label generator for the axis and sends a change event to
all registered listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCategoryLabelGenerator
A default implementation of the
CategoryLabelGenerator interface. |
| Modifier and Type | Method and Description |
|---|---|
CategoryLabelGenerator |
CategoryPlot3D.getLegendLabelGenerator()
Returns the legend label generator, an object that converts key values
in the dataset into corresponding strings for presentation in the chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryPlot3D.setLegendLabelGenerator(CategoryLabelGenerator generator)
Sets the legend label generator and sends a
Plot3DChangeEvent
to all registered listeners. |