Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.batik.ext.awt.geom

Interface Summary
ExtendedPathIterator The ExtendedPathIterator class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.
ExtendedShape The ExtendedShape class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.
Segment An interface that path segments must implement.
 

Class Summary
AbstractSegment An abstract class for path segments.
Cubic A class representing a cubic path segment.
ExtendedGeneralPath The ExtendedGeneralPath class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc.
Linear A class representing a linear path segment.
Messages This class manages the message for the test.svg module.
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.
Quadradic A class representing a quadratic path segment.
RectListManager RectListManager is a class to manage a list of rectangular regions.
RectListManager.RectXComparator Comparator for ordering rects in X.
RectListManagerTest This test validates that the text selection API's work properly.
RectListManagerTest.Checker  
Segment.SplitResults  
SegmentList A class representing a list of path segments.
SegmentList.SplitResults  
ShapeExtender This class wraps a normal path into an extended path.
ShapeExtender.EPIWrap