Uses of Class
org.jfree.chart.axis.ColorBar
Packages that use ColorBar
Package
Description
Provides a simple (but so far incomplete) framework for editing chart
properties.
Plot classes and related interfaces.
-
Uses of ColorBar in org.jfree.chart.editor
Methods in org.jfree.chart.editor with parameters of type ColorBarModifier and TypeMethodDescriptionstatic DefaultColorBarEditor
DefaultColorBarEditor.getInstance
(ColorBar colorBar) A static method that returns a panel that is appropriate for the axis type.void
DefaultColorBarEditor.setAxisProperties
(ColorBar colorBar) Sets the properties of the specified axis to match the properties defined on this panel.Constructors in org.jfree.chart.editor with parameters of type ColorBarModifierConstructorDescriptionDefaultColorBarEditor
(ColorBar colorBar) Creates a new edit panel for a color bar. -
Uses of ColorBar in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as ColorBarModifier and TypeFieldDescriptionprivate ColorBar
ContourPlot.colorBar
Deprecated.The colorbar axis (used for the z-values).Methods in org.jfree.chart.plot that return ColorBarMethods in org.jfree.chart.plot with parameters of type ColorBarModifier and TypeMethodDescriptionvoid
ContourPlot.contourRenderer
(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis horizontalAxis, ValueAxis verticalAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState) Deprecated.Fills the plot.void
ContourPlot.pointRenderer
(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState) Deprecated.Draws the visual representation of a single data item.void
ContourPlot.setColorBarAxis
(ColorBar axis) Deprecated.Sets the colorbar for the plot.Constructors in org.jfree.chart.plot with parameters of type ColorBarModifierConstructorDescriptionContourPlot
(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar) Deprecated.Constructs a contour plot with the specified axes (other attributes take default values).