| Package | Description |
|---|---|
| com.orsoncharts.renderer.xyz |
Renderers that can be used with the
XYZPlot class. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardXYZColorSource
A standard implementation of the
XYZColorSource interface. |
| Modifier and Type | Method and Description |
|---|---|
XYZColorSource |
BarXYZRenderer.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).
|
XYZColorSource |
XYZRenderer.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.
|
XYZColorSource |
AbstractXYZRenderer.getColorSource()
Returns the object that provides the color instances for items drawn
by the renderer.
|
XYZColorSource |
BarXYZRenderer.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 |
BarXYZRenderer.setBaseColorSource(XYZColorSource 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 |
XYZRenderer.setColorSource(XYZColorSource source)
Sets the color source for the renderer and sends a
Renderer3DChangeEvent to all registered listeners. |
void |
AbstractXYZRenderer.setColorSource(XYZColorSource colorSource)
Sets the color source and sends a
Renderer3DChangeEvent to all
registered listeners. |
void |
BarXYZRenderer.setTopColorSource(XYZColorSource 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. |