Uses of Interface org.jfree.data.contour.ContourDataset

Uses in package org.jfree.chart.labels

Methods with parameter type org.jfree.data.contour.ContourDataset

String
Generates a tooltip text item for a particular item within a series.
String
Generates a tooltip text item for a particular item within a series.

Uses in package org.jfree.data.contour

Classes implementing org.jfree.data.contour.ContourDataset

class
A convenience class that provides a default implementation of the ContourDataset interface.
class
A convenience class that extends the DefaultContourDataset to accommodate non-grid data.

Uses in package org.jfree.chart.plot

Constructors with parameter type org.jfree.data.contour.ContourDataset

ContourPlot.ContourPlot(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar)
Constructs a contour plot with the specified axes (other attributes take default values).

Methods with parameter type org.jfree.data.contour.ContourDataset

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
Sets the dataset for the plot, replacing the existing dataset if there is one.
Range
Returns the visible z-range.
Range
Returns the visible z-range.

Methods with return type org.jfree.data.contour.ContourDataset

ContourDataset
Returns the primary dataset for the plot.