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 voidSVGCircleElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a circle according to the specified parameters.protected voidSVGEllipseElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs an ellipse according to the specified parameters.protected voidSVGLineElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a line according to the specified parameters.protected voidSVGPathElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a path according to the specified parameters.protected voidSVGPolygonElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a polygon according to the specified parameters.protected voidSVGPolylineElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a polyline according to the specified parameters.protected voidSVGRectElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a rectangle according to the specified parameters.protected abstract voidSVGShapeElementBridge.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 ShapePainterPaintServer.convertFillAndStroke(Element e, ShapeNode node, BridgeContext ctx) Returns aShapePainterdefined on the specified element and for the specified shape node, and using the specified bridge context.static ShapePainterPaintServer.convertMarkers(Element e, ShapeNode node, BridgeContext ctx) Returns aShapePainterdefined on the specified element and for the specified shape node.static ShapePainterPaintServer.convertStrokePainter(Element e, ShapeNode node, BridgeContext ctx) (package private) ShapePainterSVGDecoratedShapeElementBridge.createFillStrokePainter(BridgeContext ctx, Element e, ShapeNode shapeNode) protected ShapePainterSVGLineElementBridge.createFillStrokePainter(BridgeContext ctx, Element e, ShapeNode shapeNode) Creates the shape painter associated to the specified element.(package private) ShapePainterSVGDecoratedShapeElementBridge.createMarkerPainter(BridgeContext ctx, Element e, ShapeNode shapeNode) protected ShapePainterSVGCircleElementBridge.createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode) protected ShapePainterSVGDecoratedShapeElementBridge.createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode) Creates the shape painter associated to the specified element.protected ShapePainterSVGEllipseElementBridge.createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode) protected ShapePainterSVGRectElementBridge.createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode) protected ShapePainterSVGShapeElementBridge.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 voidBatikRegularPolygonElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a regular polygone according to the specified parameters.protected voidBatikStarElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode) Constructs a star polygone according to the specified parameters.