org.apache.batik.ext.awt.geom |
org.apache.batik.ext.awt.geom
Contains extensions to the java.awt.geom package. This
package provides new Shapes and some utility methods to
manage geometric objects.
|
Java Source File Name | Type | Comment |
AbstractSegment.java | Class | An abstract class for path segments. |
Cubic.java | Class | A class representing a cubic path segment. |
ExtendedGeneralPath.java | Class | The ExtendedGeneralPath class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arc. |
ExtendedPathIterator.java | Interface | The ExtendedPathIterator class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arcs. |
ExtendedShape.java | Interface | The ExtendedShape class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arcs. |
Linear.java | Class | A class representing a linear path segment. |
Messages.java | Class | This class manages the message for the test.svg module. |
PathLength.java | Class | Utilitiy class for length calculations of paths.
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.
It uses a FlatteningPathIterator to create a flattened version
of the Path. |
Polygon2D.java | Class | This class is a Polygon with float coordinates. |
Polyline2D.java | Class | This class has the same behavior than
Polygon2D , except that
the figure is not closed. |
Quadradic.java | Class | A class representing a quadratic path segment. |
RectListManager.java | Class | RectListManager is a class to manage a list of rectangular regions.
This class contains methods to add new rectangles to the List, to
merge rectangles in the list (based on a cost function), and
functions to subract one RectListManager from another. |
RectListManagerTest.java | Class | This test validates that the text selection API's work properly. |
Segment.java | Interface | An interface that path segments must implement. |
SegmentList.java | Class | A class representing a list of path segments. |
ShapeExtender.java | Class | This class wraps a normal path into an extended path. |