Uses of Interface
org.apache.batik.ext.awt.geom.ExtendedShape
Packages that use ExtendedShape
Package
Description
Contains extensions to the
java.awt.geom
package.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 ExtendedShapeModifier and TypeClassDescriptionclass
TheExtendedGeneralPath
class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc.class
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 ExtendedShapeModifier and TypeFieldDescriptionprotected ExtendedShape
MarkerShapePainter.extShape
The Shape to be painted.Methods in org.apache.batik.gvt that return ExtendedShapeModifier and TypeMethodDescriptionMarkerShapePainter.getExtShape()
Gets the Shape this shape painter is associated with as an Extended Shape.