Uses of Interface
org.jfree.chart3d.renderer.category.CategoryColorSource
Packages that use CategoryColorSource
-
Uses of CategoryColorSource in org.jfree.chart3d.renderer.category
Classes in org.jfree.chart3d.renderer.category that implement CategoryColorSourceModifier and TypeClassDescriptionclass
A standard implementation of theCategoryColorSource
interface.Methods in org.jfree.chart3d.renderer.category that return CategoryColorSourceModifier and TypeMethodDescriptionBarRenderer3D.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).AreaRenderer3D.getClipColorSource()
Returns the color source used to determine the color used to highlight clipping in the chart elements.LineRenderer3D.getClipColorSource()
Returns the color source used to determine the color used to highlight clipping in the chart elements.AbstractCategoryRenderer3D.getColorSource()
Returns the color source for the renderer.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.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).Methods in org.jfree.chart3d.renderer.category with parameters of type CategoryColorSourceModifier and TypeMethodDescriptionvoid
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 aRenderer3DChangeEvent
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 aRenderer3DChangeEvent
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 aRenderer3DChangeEvent
to all registered listeners.void
AbstractCategoryRenderer3D.setColorSource
(CategoryColorSource colorSource) Sets the color source for the renderer and sends aRenderer3DChangeEvent
to all registered listeners.void
CategoryRenderer3D.setColorSource
(CategoryColorSource source) Sets the color source for the renderer and sends aRenderer3DChangeEvent
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 aRenderer3DChangeEvent
to all registered listeners.