Uses of Class
org.jfree.chart.axis.ColorBar
Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.ui |
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
|
-
Uses of ColorBar in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return ColorBar Modifier and Type Method Description ColorBar
ContourPlot. getColorBar()
Returns the colorbar.Methods in org.jfree.chart.plot with parameters of type ColorBar Modifier and Type Method Description 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
ContourPlot. setColorBarAxis(ColorBar axis)
Sets the colorbar for the plot.Constructors in org.jfree.chart.plot with parameters of type ColorBar Constructor Description ContourPlot(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar)
Constructs a contour plot with the specified axes (other attributes take default values). -
Uses of ColorBar in org.jfree.chart.ui
Methods in org.jfree.chart.ui with parameters of type ColorBar Modifier and Type Method Description static ColorBarPropertyEditPanel
ColorBarPropertyEditPanel. getInstance(ColorBar colorBar)
A static method that returns a panel that is appropriate for the axis type.void
ColorBarPropertyEditPanel. setAxisProperties(ColorBar colorBar)
Sets the properties of the specified axis to match the properties defined on this panel.Constructors in org.jfree.chart.ui with parameters of type ColorBar Constructor Description ColorBarPropertyEditPanel(ColorBar colorBar)
Creates a new edit panel for a color bar.