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.geompackage.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 classExtendedGeneralPathTheExtendedGeneralPathclass represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arc.classShapeExtenderThis 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 ExtendedShapeMarkerShapePainter. extShapeThe Shape to be painted.Methods in org.apache.batik.gvt that return ExtendedShape Modifier and Type Method Description ExtendedShapeMarkerShapePainter. getExtShape()Gets the Shape this shape painter is associated with as an Extended Shape.
-