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 newColorScaleElementwith the specified attributes. -
Uses of ColorScale in org.jfree.chart3d.renderer
Classes in org.jfree.chart3d.renderer that implement ColorScaleModifier and TypeClassDescriptionclassAColorScalethat returns the same color for every value on the scale.classA color scale that runs a linear gradient between two colors.classA 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 TypeMethodDescriptionvoidSurfaceRenderer.setColorScale(ColorScale colorScale) Sets the color scale and sends aRenderer3DChangeEventto all registered listeners.