Uses of Interface
org.apache.batik.ext.awt.geom.ExtendedShape
-
Packages that use ExtendedShape Package Description org.apache.batik.ext.awt.geom Contains extensions to thejava.awt.geom
package.org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. -
-
Uses of ExtendedShape in org.apache.batik.ext.awt.geom
Classes in org.apache.batik.ext.awt.geom that implement ExtendedShape Modifier and Type Class Description class
ExtendedGeneralPath
TheExtendedGeneralPath
class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc.class
ShapeExtender
This class wraps a normal path into an extended path. -
Uses of ExtendedShape in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as ExtendedShape Modifier and Type Field Description protected ExtendedShape
MarkerShapePainter. extShape
The Shape to be painted.Methods in org.apache.batik.gvt that return ExtendedShape Modifier and Type Method Description ExtendedShape
MarkerShapePainter. getExtShape()
Gets the Shape this shape painter is associated with as an Extended Shape.
-