Module org.jfree.chart3d
Package org.jfree.chart3d.renderer
package org.jfree.chart3d.renderer
Base package for renderer support.
-
ClassDescriptionAn abstract class from which a
ColorScale
implementation can be derived.A base class for 3D renderers.A color scale converts a data value into a color according to some predefined color scale.An interface that should be implemented by renderers that use aColorScale
- this provides a mechanism for theColorScaleLegendBuilder
to find the color scale.An enumeration of the different methods used by renderers for composing the items in a chart.AColorScale
that returns the same color for every value on the scale.A color scale that runs a linear gradient between two colors.A color scale that returns all the colors of the rainbow.A renderer is an object responsible for constructing objects in a 3D model that correspond to data items in a dataset.An event containing information about a change to aRenderer3D
.An interface through which notification of changes to aRenderer3D
can be received.