Uses of Package
org.jfree.chart.plot
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent | |
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.annotations |
A framework for addings annotations to charts.
|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.chart.demo | |
org.jfree.chart.event |
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
org.jfree.chart.ui |
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
|
-
Classes in org.jfree.chart.plot used by de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent Class Description CategoryPlot A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.DefaultDrawingSupplier A default implementation of theDrawingSupplier
interface.DrawingSupplier A supplier ofPaint
andStroke
objects.PlotOrientation Used to indicate the orientation (horizontal or vertical) of a 2D plot. -
Classes in org.jfree.chart.plot used by org.jfree.chart Class Description CategoryPlot A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.Plot The base class for all plots in JFreeChart.PlotOrientation Used to indicate the orientation (horizontal or vertical) of a 2D plot.PlotRenderingInfo Stores information about the dimensions of a plot and its subplots.XYPlot A general class for plotting data in the form of (x, y) pairs. -
Classes in org.jfree.chart.plot used by org.jfree.chart.annotations Class Description CategoryPlot A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.XYPlot A general class for plotting data in the form of (x, y) pairs. -
Classes in org.jfree.chart.plot used by org.jfree.chart.axis Class Description ContourPlot A class for creating shaded contours.IntervalMarker Represents an interval to be highlighted in some way.Plot The base class for all plots in JFreeChart.PlotRenderingInfo Stores information about the dimensions of a plot and its subplots. -
Classes in org.jfree.chart.plot used by org.jfree.chart.demo Class Description CategoryPlot A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.Plot The base class for all plots in JFreeChart. -
Classes in org.jfree.chart.plot used by org.jfree.chart.event Class Description Plot The base class for all plots in JFreeChart. -
Classes in org.jfree.chart.plot used by org.jfree.chart.plot Class Description CategoryPlot A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.ContourPlot A class for creating shaded contours.ContourValuePlot An interface defining methods related to contour plots.CrosshairState Maintains state information about crosshairs on a plot.DatasetRenderingOrder Defines the tokens that indicate the rendering order for datasets in aCategoryPlot
or anXYPlot
.DialShape Used to indicate the background shape for aMeterPlot
.DrawingSupplier A supplier ofPaint
andStroke
objects.Marker The base class for markers that can be added to plots to highlight a value or range of values.PieLabelRecord A structure that retains information about the label for a section in a pie chart.PiePlot A plot that displays data in the form of a pie chart, using data from any class that implements thePieDataset
interface.PiePlotState A renderer state.Plot The base class for all plots in JFreeChart.PlotOrientation Used to indicate the orientation (horizontal or vertical) of a 2D plot.PlotRenderingInfo Stores information about the dimensions of a plot and its subplots.PlotState Records information about the state of a plot during the drawing process.ValueAxisPlot An interface that is implemented by plots that use aValueAxis
, providing a standard method to find the current data range.XYPlot A general class for plotting data in the form of (x, y) pairs. -
Classes in org.jfree.chart.plot used by org.jfree.chart.renderer Class Description CategoryPlot A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.CrosshairState Maintains state information about crosshairs on a plot.DrawingSupplier A supplier ofPaint
andStroke
objects.Marker The base class for markers that can be added to plots to highlight a value or range of values.PlotRenderingInfo Stores information about the dimensions of a plot and its subplots.PolarPlot Plots data that is in (theta, radius) pairs where theta equal to zero is due north and and increases clockwise.WaferMapPlot A wafer map plot.XYPlot A general class for plotting data in the form of (x, y) pairs. -
Classes in org.jfree.chart.plot used by org.jfree.chart.ui Class Description Plot The base class for all plots in JFreeChart.