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 ColorBarContourPlot. getColorBar()Returns the colorbar.Methods in org.jfree.chart.plot with parameters of type ColorBar Modifier and Type Method Description voidContourPlot. contourRenderer(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis horizontalAxis, ValueAxis verticalAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState)Fills the plot.voidContourPlot. 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.voidContourPlot. 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 ColorBarPropertyEditPanelColorBarPropertyEditPanel. getInstance(ColorBar colorBar)A static method that returns a panel that is appropriate for the axis type.voidColorBarPropertyEditPanel. 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.