class |
CategoryPlot |
|
class |
CombinedDomainCategoryPlot |
A combined category plot where the domain axis is shared.
|
class |
CombinedDomainXYPlot |
An extension of XYPlot 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 of XYPlot that contains multiple subplots that share a
common range axis.
|
class |
CompassPlot |
A specialised plot that draws a compass to indicate a direction based on the
value from a ValueDataset .
|
class |
ContourPlot |
Deprecated.
|
class |
FastScatterPlot |
A fast scatter plot.
|
class |
MeterPlot |
A plot that displays a single value in the form of a needle on a dial.
|
class |
MultiplePiePlot |
|
class |
PiePlot |
A plot that displays data in the form of a pie chart, using data from any
class that implements the PieDataset interface.
|
class |
PiePlot3D |
A plot that displays data in the form of a 3D pie chart, using data from
any class that implements the PieDataset interface.
|
class |
Plot |
The base class for all plots in JFreeChart.
|
class |
PolarPlot |
Plots data that is in (theta, radius) pairs where
theta equal to zero is due north and increases clockwise.
|
class |
RingPlot |
A customised pie plot that leaves a hole in the middle.
|
class |
SpiderWebPlot |
A plot that displays data from a CategoryDataset in the form of a
"spider web".
|
class |
ThermometerPlot |
A plot that displays a single value (from a ValueDataset ) in a
thermometer type display.
|
class |
WaferMapPlot |
A wafer map plot.
|
class |
XYPlot |
A general class for plotting data in the form of (x, y) pairs.
|