org.jfree.chart.plot.XYPlot A general class for plotting data in the form of (x, y) pairs. This plot can use data from any class that implements the {@link XYDataset} interface. <P> <code>XYPlot</code> makes use of an {@link XYItemRenderer} to draw each point on the plot. By using different renderers, var ...
org.jfree.chart.plot.PiePlot A plot that displays data in the form of a pie chart, using data from any class that implements the {@link PieDataset} interface. <P> Special notes: <ol> <li>the default starting point is 12 o'clock and the pie sections proceed in a clockwise direction, but these settings can be ...
org.jfree.chart.plot.CategoryPlot A general plotting class that uses data from a {@link CategoryDataset} and renders each data item using a {@link CategoryItemRenderer}.
org.jfree.chart.plot.SpiderWebPlot A plot that displays data from a {@link CategoryDataset} in the form of a "spider web". Multiple series can be plotted on the same axis to allow easy comparison.
org.jfree.chart.plot.ThermometerPlot A plot that displays a single value (from a {@link ValueDataset}) in a thermometer type display. <p> This plot supports a number of options: <ol> <li>three sub-ranges which could be viewed as 'Normal', 'Warning' and 'Critical' ranges.</li> <li>the thermometer can be r ...
org.jfree.chart.ClipPath This class would typically be used with a {@link org.jfree.chart.plot.ContourPlot}. It allows the user to define a <code>GeneralPath</code> curve in plot coordinates. This curve can then be used mask off or define regions within the contour plot. The data must be sorted. @author dm ...
org.jfree.chart.annotations.XYShapeAnnotation A simple <code>Shape</code> annotation that can be placed on an {@link XYPlot}. The shape coordinates are specified in data space. @author Greg Steckman
org.apache.batik.svggen.SVGBasicStroke Utility class that converts a Java BasicStroke object into a set of SVG style attributes @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: SVGBasicStroke.java,v 1.14 2004/08/18 07:14:59 vhardy Exp $