KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > geom > GeneralPath > Top Examples

  • org.jfree.util.ShapeUtilities
    Utility methods for {@link Shape} objects. @author David Gilbert
  • org.jfree.chart.renderer.category.BarRenderer3D
    A renderer for bars with a 3D effect, for use with the {@link org.jfree.chart.plot.CategoryPlot} class. @author Serge V. Grachov
  • org.apache.batik.gvt.renderer.StrokingTextPainter
    More sophisticated implementation of TextPainter which renders the attributed character iterator of a <tt>TextNode</tt>. <em>StrokingTextPainter includes support for stroke, fill, opacity, text-decoration, and other attributes.</em> @see org.apache.batik.gvt.TextPainter @s ...
  • org.jfree.chart.renderer.category.LineRenderer3D
    A line renderer with a 3D effect. @author Tobias Selb (http://www.uepselon.com)
  • org.jfree.chart.renderer.xy.XYDifferenceRenderer
    A renderer for an {@link XYPlot} that highlights the differences between two series. The renderer expects a dataset that: <ul> <li>has exactly two series;</li> <li>each series has the same x-values;</li> <li>no <code>null</code> values; </ul>
  • org.apache.batik.gvt.text.GlyphLayout
    Implementation of TextSpanLayout which uses java.awt.font.GlyphVector. @see org.apache.batik.gvt.text.TextSpanLayout @author <a HREF="mailto:bill.haneman@ireland.sun.com">Bill Haneman</a> @version $Id: GlyphLayout.java,v 1.63 2005/03/27 08:58:35 cam Exp $
  • org.openlaszlo.iv.flash.api.shape.Shape
    Shape. <P> Shapes are defined by a list of edges called a path. A path may be closed - where the start and end of the path meet to close the figure, or open - where the path forms an open-ended stroke. A path may contain a mixture of straight edges, curved edges, and "pen up and move" comman ...
  • org.apache.batik.transcoder.wmf.tosvg.WMFPainter
    Core class for rendering the WMF image. It is able to render a WMF file in a <tt>Graphics</tt> object. @version $Id: WMFPainter.java,v 1.11 2004/08/18 07:15:47 vhardy Exp $ @author <a HREF="mailto:luano@asd.ie">Luan O'Carroll</a>
  • org.apache.batik.ext.awt.geom.ExtendedGeneralPath
    The <code>ExtendedGeneralPath</code> class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc. This class delegates lines and curves to an enclosed <code>GeneralPath</code>. Elliptical arc is implemented using ...
  • org.apache.batik.util.gui.MemoryMonitor
    This class contains a collection of components that can be used to track and display the memory usage. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: MemoryMonitor.java,v 1.7 2004/08/18 07:15:54 vhardy Exp $
  • org.apache.batik.gvt.CompositeGraphicsNode
    A CompositeGraphicsNode is a graphics node that can contain graphics nodes. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: CompositeGraphicsNode.java,v 1.44 2005/03/27 08:58:34 cam Exp $
  • com.jgoodies.animation.renderer.FanRenderer
    Paints two colored and often translucent fans that can be rotated. @author Karsten Lentzsch @version $Revision: 1.4 $ @see com.jgoodies.animation.animations.FanAnimation @see com.jgoodies.animation.components.FanComponent
  • org.apache.batik.bridge.SVGPathElementBridge
    Bridge class for the &lt;path> element. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a> @version $Id: SVGPathElementBridge.java,v 1.20 2005/02/27 02:08:51 deweese Exp $
  • org.apache.batik.svggen.SVGPath
    Utility class that converts a Shape object into an SVG path element. Note that this class does not attempt to find out what type of object (e.g., whether the input Shape is a Rectangle or an Ellipse. This type of analysis is done by the SVGShape class). Note that this class assumes that the parent ...
Popular Tags