KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > Composite > Top Examples

  • 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.apache.batik.svggen.SVGGeneratorContext
    This class contains all non graphical contextual information that are needed by the {@link org.apache.batik.svggen.SVGGraphics2D} to generate SVG from Java 2D primitives. You can subclass it to change the defaults. @see org.apache.batik.svggen.SVGGraphics2D#SVGGraphics2D(SVGGeneratorContext,boole ...
  • org.apache.batik.gvt.GraphicsNode
    The base class for all graphics nodes. A GraphicsNode encapsulates graphical attributes and can perform atomic operations of a complex rendering. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @author <a HREF="mailto:etissandier@ilog.fr">Emmanuel Ti ...
  • org.apache.batik.ext.awt.image.GraphicsUtil
    Set of utility methods for Graphics. These generally bypass broken methods in Java2D or provide tweaked implementations. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: GraphicsUtil.java,v 1.36 2005/03/27 08:58:32 cam Exp $
  • 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.
Popular Tags