Uses of Interface
org.jfree.chart3d.renderer.xyz.XYZColorSource
Packages that use XYZColorSource
-
Uses of XYZColorSource in org.jfree.chart3d.renderer.xyz
Classes in org.jfree.chart3d.renderer.xyz that implement XYZColorSourceModifier and TypeClassDescriptionclass
A standard implementation of theXYZColorSource
interface.Methods in org.jfree.chart3d.renderer.xyz that return XYZColorSourceModifier and TypeMethodDescriptionBarXYZRenderer.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).AbstractXYZRenderer.getColorSource()
Returns the object that provides the color instances for items drawn by the renderer.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.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).Methods in org.jfree.chart3d.renderer.xyz with parameters of type XYZColorSourceModifier and TypeMethodDescriptionvoid
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 aRenderer3DChangeEvent
to all registered listeners.void
AbstractXYZRenderer.setColorSource
(XYZColorSource colorSource) Sets the color source and sends aRenderer3DChangeEvent
to all registered listeners.void
XYZRenderer.setColorSource
(XYZColorSource source) Sets the color source for the renderer and sends aRenderer3DChangeEvent
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 aRenderer3DChangeEvent
to all registered listeners.