| Package | Description |
|---|---|
| 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 |
StandardColorSource<K extends java.lang.Comparable<K>>
A standard implementation of the
ColorSource interface. |
| Modifier and Type | Method and Description |
|---|---|
ColorSource |
PiePlot3D.getSectionColorSource()
Returns the color source for section colors.
|
ColorSource |
PiePlot3D.getSectionLabelColorSource()
Returns the color source for section labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PiePlot3D.setSectionColorSource(ColorSource source)
Sets the color source and sends a
Plot3DChangeEvent to all
registered listeners. |
void |
PiePlot3D.setSectionLabelColorSource(ColorSource source)
Sets the color source for the section labels and sends a
Plot3DChangeEvent to all registered listeners. |