Uses of Class
org.jfree.chart.plot.ContourPlot
| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of ContourPlot in org.jfree.chart.axis
Methods in org.jfree.chart.axis with parameters of type ContourPlot Modifier and Type Method Description voidColorBar. configure(ContourPlot plot)Configures the color bar. -
Uses of ContourPlot in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type ContourPlot 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. drawDomainMarker(Graphics2D g2, ContourPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea)Draws a vertical line on the chart to represent a 'range marker'.voidContourPlot. drawRangeMarker(Graphics2D g2, ContourPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea)Draws a horizontal line across the chart to represent a 'range marker'.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.