Uses of Class
org.jfree.chart.axis.ColorBar
Packages that use ColorBar
-
Uses of ColorBar in org.jfree.chart.plot
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).