Uses of Interface
org.jfree.data.contour.ContourDataset
Packages that use ContourDataset
Package
Description
Generators and other classes used for the display of item labels and tooltips.
Plot classes and related interfaces.
Datasets used by the
ContourPlot
class.-
Uses of ContourDataset in org.jfree.chart.labels
Methods in org.jfree.chart.labels with parameters of type ContourDatasetModifier and TypeMethodDescriptionContourToolTipGenerator.generateToolTip
(ContourDataset dataset, int item) Deprecated.Generates a tooltip text item for a particular item within a series.StandardContourToolTipGenerator.generateToolTip
(ContourDataset data, int item) Deprecated.Generates a tooltip text item for a particular item within a series. -
Uses of ContourDataset in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return ContourDatasetModifier and TypeMethodDescriptionContourPlot.getDataset()
Deprecated.Returns the primary dataset for the plot.Methods in org.jfree.chart.plot with parameters of type ContourDatasetModifier and TypeMethodDescriptionvoid
ContourPlot.contourRenderer
(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis horizontalAxis, ValueAxis verticalAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState) Deprecated.Fills the plot.void
ContourPlot.pointRenderer
(Graphics2D g2, 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.setDataset
(ContourDataset dataset) Deprecated.Sets the dataset for the plot, replacing the existing dataset if there is one.ContourPlot.visibleRange
(ContourDataset data, Range x, Range y) Deprecated.Returns the visible z-range.static Range
ContourPlotUtilities.visibleRange
(ContourDataset data, Range x, Range y) Deprecated.Returns the visible z-range.Constructors in org.jfree.chart.plot with parameters of type ContourDatasetModifierConstructorDescriptionContourPlot
(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar) Deprecated.Constructs a contour plot with the specified axes (other attributes take default values). -
Uses of ContourDataset in org.jfree.data.contour
Classes in org.jfree.data.contour that implement ContourDatasetModifier and TypeClassDescriptionclass
Deprecated.This class is no longer supported (as of version 1.0.4).class
Deprecated.This class is no longer supported (as of version 1.0.4).