Uses of Class
org.apache.batik.gvt.ShapeNode
Packages that use ShapeNode
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of ShapeNode in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type ShapeNodeModifier and TypeMethodDescriptionprotected void
SVGCircleElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a circle according to the specified parameters.protected void
SVGEllipseElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs an ellipse according to the specified parameters.protected void
SVGLineElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a line according to the specified parameters.protected void
SVGPathElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a path according to the specified parameters.protected void
SVGPolygonElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a polygon according to the specified parameters.protected void
SVGPolylineElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a polyline according to the specified parameters.protected void
SVGRectElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a rectangle according to the specified parameters.protected abstract void
SVGShapeElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode node) Initializes the specified ShapeNode's shape defined by the specified Element and using the specified bridge context.static ShapePainter
PaintServer.convertFillAndStroke
(Element e, ShapeNode node, BridgeContext ctx) Returns aShapePainter
defined on the specified element and for the specified shape node, and using the specified bridge context.static ShapePainter
PaintServer.convertMarkers
(Element e, ShapeNode node, BridgeContext ctx) Returns aShapePainter
defined on the specified element and for the specified shape node.static ShapePainter
PaintServer.convertStrokePainter
(Element e, ShapeNode node, BridgeContext ctx) protected ShapePainter
SVGLineElementBridge.createFillStrokePainter
(BridgeContext ctx, Element e, ShapeNode shapeNode) Creates the shape painter associated to the specified element.protected ShapePainter
SVGCircleElementBridge.createShapePainter
(BridgeContext ctx, Element e, ShapeNode shapeNode) protected ShapePainter
SVGDecoratedShapeElementBridge.createShapePainter
(BridgeContext ctx, Element e, ShapeNode shapeNode) Creates the shape painter associated to the specified element.protected ShapePainter
SVGEllipseElementBridge.createShapePainter
(BridgeContext ctx, Element e, ShapeNode shapeNode) protected ShapePainter
SVGRectElementBridge.createShapePainter
(BridgeContext ctx, Element e, ShapeNode shapeNode) protected ShapePainter
SVGShapeElementBridge.createShapePainter
(BridgeContext ctx, Element e, ShapeNode shapeNode) Creates the shape painter associated to the specified element. -
Uses of ShapeNode in org.apache.batik.extension.svg
Methods in org.apache.batik.extension.svg with parameters of type ShapeNodeModifier and TypeMethodDescriptionprotected void
BatikRegularPolygonElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a regular polygone according to the specified parameters.protected void
BatikStarElementBridge.buildShape
(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a star polygone according to the specified parameters.