Class SVGDecoratedShapeElementBridge

All Implemented Interfaces:
SVGAnimationTargetContext, Bridge, BridgeUpdateHandler, ErrorConstants, GraphicsNodeBridge, XMLConstants, SVGContext, CSSConstants, SVGConstants
Direct Known Subclasses:
BatikRegularPolygonElementBridge, BatikStarElementBridge, SVGLineElementBridge, SVGPathElementBridge, SVGPolygonElementBridge, SVGPolylineElementBridge

public abstract class SVGDecoratedShapeElementBridge extends SVGShapeElementBridge
The base bridge class for decorated shapes. Decorated shapes can be filled, stroked and can have markers.
Version:
$Id: SVGDecoratedShapeElementBridge.java 1733416 2016-03-03 07:07:13Z gadams $
  • Constructor Details

    • SVGDecoratedShapeElementBridge

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