Uses of Interface
org.jfree.chart3d.renderer.ColorScale
Packages that use ColorScale
Package
Description
Classes related to chart legends.
Base package for renderer support.
Renderers that can be used with the
XYZPlot
class.-
Uses of ColorScale in org.jfree.chart3d.legend
Methods in org.jfree.chart3d.legend that return ColorScaleConstructors in org.jfree.chart3d.legend with parameters of type ColorScaleModifierConstructorDescriptionColorScaleElement
(ColorScale scale, Orientation orientation, double barWidth, double barLength, Font font, Color textColor) Creates a newColorScaleElement
with the specified attributes. -
Uses of ColorScale in org.jfree.chart3d.renderer
Classes in org.jfree.chart3d.renderer that implement ColorScaleModifier and TypeClassDescriptionclass
AColorScale
that returns the same color for every value on the scale.class
A color scale that runs a linear gradient between two colors.class
A color scale that returns all the colors of the rainbow.Methods in org.jfree.chart3d.renderer that return ColorScaleModifier and TypeMethodDescriptionColorScaleRenderer.getColorScale()
Returns the color scale used by the renderer. -
Uses of ColorScale in org.jfree.chart3d.renderer.xyz
Methods in org.jfree.chart3d.renderer.xyz that return ColorScaleMethods in org.jfree.chart3d.renderer.xyz with parameters of type ColorScaleModifier and TypeMethodDescriptionvoid
SurfaceRenderer.setColorScale
(ColorScale colorScale) Sets the color scale and sends aRenderer3DChangeEvent
to all registered listeners.