Uses of Class org.jfree.chart.axis.ColorBar

Uses in package org.jfree.chart.plot

Constructors with parameter type org.jfree.chart.axis.ColorBar

ContourPlot.ContourPlot(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar)
Constructs a contour plot with the specified axes (other attributes take default values).

Methods with parameter type org.jfree.chart.axis.ColorBar

void
ContourPlot.contourRenderer(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis horizontalAxis, ValueAxis verticalAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState)
Fills the plot.
void
ContourPlot.pointRenderer(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState)
Draws the visual representation of a single data item.
void
Sets the colorbar for the plot.

Methods with return type org.jfree.chart.axis.ColorBar

ColorBar
Returns the colorbar.