Class SVGDecoratedShapeElementBridge

    • Constructor Detail

      • SVGDecoratedShapeElementBridge

        protected SVGDecoratedShapeElementBridge()
        Constructs a new bridge for SVG decorated shapes.
    • Method Detail

      • createShapePainter

        protected ShapePainter createShapePainter​(BridgeContext ctx,
                                                  org.w3c.dom.Element e,
                                                  ShapeNode shapeNode)
        Creates the shape painter associated to the specified element. This implementation creates a shape painter considering the various fill and stroke properties in addition to the marker properties.
        Overrides:
        createShapePainter in class SVGShapeElementBridge
        Parameters:
        ctx - the bridge context to use
        e - the element that describes the shape painter to use
        shapeNode - the shape node that is interested in its shape painter