| Package | Description |
|---|---|
| org.jfree.chart.editor |
Provides a simple (but so far incomplete) framework for editing chart
properties.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
| Constructor and Description |
|---|
DefaultColorBarEditor(ColorBar colorBar)
Creates a new edit panel for a color bar.
|
| Modifier and Type | Field and Description |
|---|---|
private ColorBar |
ContourPlot.colorBar
Deprecated.
The colorbar axis (used for the z-values).
|
| Modifier and Type | Method and Description |
|---|---|
ColorBar |
ContourPlot.getColorBar()
Deprecated.
Returns the colorbar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContourPlot.contourRenderer(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
ContourPlot plot,
ValueAxis horizontalAxis,
ValueAxis verticalAxis,
ColorBar colorBar,
ContourDataset data,
CrosshairState crosshairState)
Deprecated.
Fills the plot.
|
void |
ContourPlot.pointRenderer(java.awt.Graphics2D g2,
java.awt.geom.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.
|
| Constructor and Description |
|---|
ContourPlot(ContourDataset dataset,
ValueAxis domainAxis,
ValueAxis rangeAxis,
ColorBar colorBar)
Deprecated.
Constructs a contour plot with the specified axes (other attributes take
default values).
|