org.apache.batik.ext.awt.geom.ShapeExtender This class wraps a normal path into an extended path. @author <a HREF="mailto:deweese@apache.org">Thomas DeWeese</a> @version $Id: ShapeExtender.java,v 1.5 2004/10/30 18:38:05 deweese Exp $ 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.openlaszlo.iv.flash.api.shape.ShapeRecords Shape records. <P> Provides basic functionality for drawing geometric primitives. @author Dmitry Skavish 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.apache.batik.ext.awt.geom.PathLength PathLength is a utility class for calculating the length of a path, the location of a point at a particular length along the path, and the angle of the tangent to the path at a given length. <p> It uses a FlatteningPathIterator to create a flattened version of the Path. This means the values ... | Popular Tags |