Module io.sf.carte.echosvg.awt
Package io.sf.carte.echosvg.ext.awt.geom
package io.sf.carte.echosvg.ext.awt.geom
Contains extensions to the
java.awt.geom
package. This
package provides new Shape
s and some utility methods to
manage geometric objects.-
ClassDescriptionAn abstract class for path segments.A class representing a cubic path segment.The
ExtendedGeneralPath
class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc.TheExtendedPathIterator
class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.TheExtendedShape
class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.A class representing a linear path segment.Utilitiy class for length calculations of paths.A single path segment in the flattened version of the path.APathIterator
that returns only the next path segment from anotherPathIterator
.This class is a Polygon with float coordinates.This class has the same behavior thanPolygon2D
, except that the figure is not closed.A class representing a quadratic path segment.RectListManager is a class to manage a list of rectangular regions.An interface that path segments must implement.A class representing a list of path segments.read-only helper class to represent a split-result.This class wraps a normal path into an extended path.