Uses of Interface
org.jfree.chart.plot.ValueAxisPlot
Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of ValueAxisPlot in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement ValueAxisPlot Modifier and Type Class Description class
CategoryPlot
A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.class
CombinedDomainCategoryPlot
A combined category plot where the domain axis is shared.class
CombinedDomainXYPlot
An extension ofXYPlot
that contains multiple subplots that share a common domain axis.class
CombinedRangeCategoryPlot
A combined category plot where the range axis is shared.class
CombinedRangeXYPlot
An extension ofXYPlot
that contains multiple subplots that share a common range axis.class
ContourPlot
A class for creating shaded contours.class
FastScatterPlot
A fast scatter plot.class
PolarPlot
Plots data that is in (theta, radius) pairs where theta equal to zero is due north and and increases clockwise.class
ThermometerPlot
A plot that displays a single value (from aValueDataset
) in a thermometer type display.class
XYPlot
A general class for plotting data in the form of (x, y) pairs.