org.jfree.chart.axis.ValueAxis The base class for axes that display value data, where values are measured using the <code>double</code> primitive. The two key subclasses are {@link DateAxis} and {@link NumberAxis}. org.jfree.chart.renderer.xy.XYAreaRenderer Area item renderer for an {@link XYPlot}. This class can draw (a) shapes at each point, or (b) lines between points, or (c) both shapes and lines, or (d) filled areas, or (e) filled areas and shapes. org.jfree.chart.plot.DefaultDrawingSupplier A default implementation of the {@link DrawingSupplier} interface. com.jgoodies.looks.plastic.PlasticTabbedPaneUI The JGoodies Plastic Look&Feel implementation of <code>TabbedPaneUI</code>. It differs from its superclass <code>MetalTabbedPaneUI</code> in that it paints new tab shapes, provides two options, and supports ClearLook. <p> You can enable or disable icons in tab ...org.coach.tracing.server.viewer.MessageGui
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.apache.batik.svggen.SVGPolygon Utility class that converts a Polygon object into an SVG element. @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: SVGPolygon.java,v 1.10 2004/08/18 07:15:08 vhardy Exp $ | Popular Tags |