| Package | Description |
|---|---|
| com.orsoncharts.renderer.category |
Renderers that can be used with the
CategoryPlot3D class. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCategoryColorSource
A standard implementation of the
CategoryColorSource interface. |
| Modifier and Type | Method and Description |
|---|---|
CategoryColorSource |
BarRenderer3D.getBaseColorSource()
Returns the object used to fetch the color for the base of bars
where the base of the bar is "cropped" (on account of the base value
falling outside of the bounds of the y-axis).
|
CategoryColorSource |
LineRenderer3D.getClipColorSource()
Returns the color source used to determine the color used to highlight
clipping in the chart elements.
|
CategoryColorSource |
AreaRenderer3D.getClipColorSource()
Returns the color source used to determine the color used to highlight
clipping in the chart elements.
|
CategoryColorSource |
CategoryRenderer3D.getColorSource()
Returns the color source for the renderer, which is an object that
is responsible for providing the colors used by the renderer to draw
data (and legend) items.
|
CategoryColorSource |
AbstractCategoryRenderer3D.getColorSource()
Returns the color source for the renderer.
|
CategoryColorSource |
BarRenderer3D.getTopColorSource()
Returns the object used to fetch the color for the top of bars
where the top of the bar is "cropped" (on account of the data value
falling outside of the bounds of the y-axis).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BarRenderer3D.setBaseColorSource(CategoryColorSource source)
Sets the object that determines the color to use for the base of bars
where the base value falls outside the axis range, and sends a
Renderer3DChangeEvent to all registered listeners. |
void |
LineRenderer3D.setClipColorSource(CategoryColorSource source)
Sets the color source that determines the color used to highlight
clipping in the chart elements, and sends a
Renderer3DChangeEvent
to all registered listeners. |
void |
AreaRenderer3D.setClipColorSource(CategoryColorSource source)
Sets the color source that determines the color used to highlight
clipping in the chart elements, and sends a
Renderer3DChangeEvent
to all registered listeners. |
void |
CategoryRenderer3D.setColorSource(CategoryColorSource source)
Sets the color source for the renderer and sends a
Renderer3DChangeEvent to all registered listeners. |
void |
AbstractCategoryRenderer3D.setColorSource(CategoryColorSource colorSource)
Sets the color source for the renderer and sends a
Renderer3DChangeEvent to all registered listeners. |
void |
BarRenderer3D.setTopColorSource(CategoryColorSource source)
Sets the object used to fetch the color for the top of bars where the
top of the bar is "cropped", and sends a
Renderer3DChangeEvent
to all registered listeners. |