| 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. |
| com.orsoncharts.renderer.category |
Renderers that can be used with the
CategoryPlot3D class. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCategoryItemLabelGenerator
A default implementation of the
CategoryItemLabelGenerator interface. |
| Modifier and Type | Method and Description |
|---|---|
CategoryItemLabelGenerator |
CategoryPlot3D.getToolTipGenerator()
Returns the tool tip generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryPlot3D.setToolTipGenerator(CategoryItemLabelGenerator generator)
Sets the tool tip generator and sends a
Plot3DChangeEvent to all
registered listeners. |
| Modifier and Type | Method and Description |
|---|---|
CategoryItemLabelGenerator |
AbstractCategoryRenderer3D.getItemLabelGenerator()
Returns the item label generator for the renderer (possibly
null). |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCategoryRenderer3D.setItemLabelGenerator(CategoryItemLabelGenerator generator)
Sets the item label generator for the renderer and sends a change event
to all registered listeners.
|