Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
ColorBar.configure(ContourPlot plot)
Deprecated.
Configures the color bar.
|
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.drawDomainMarker(java.awt.Graphics2D g2,
ContourPlot plot,
ValueAxis domainAxis,
Marker marker,
java.awt.geom.Rectangle2D dataArea)
Deprecated.
Draws a vertical line on the chart to represent a 'range marker'.
|
void |
ContourPlot.drawRangeMarker(java.awt.Graphics2D g2,
ContourPlot plot,
ValueAxis rangeAxis,
Marker marker,
java.awt.geom.Rectangle2D dataArea)
Deprecated.
Draws a horizontal line across the chart to represent a 'range marker'.
|
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.
|