Class SVGShapeElementBridge

All Implemented Interfaces:
SVGAnimationTargetContext, Bridge, BridgeUpdateHandler, ErrorConstants, GraphicsNodeBridge, XMLConstants, SVGContext, CSSConstants, SVGConstants
Direct Known Subclasses:
SVGCircleElementBridge, SVGDecoratedShapeElementBridge, SVGEllipseElementBridge, SVGRectElementBridge

public abstract class SVGShapeElementBridge extends AbstractGraphicsNodeBridge
The base bridge class for shapes. Subclasses bridge ShapeNode.
  • Field Details

    • hasNewShapePainter

      protected boolean hasNewShapePainter
      This flag bit indicates if a new shape painter has already been created. Avoid creating one ShapePainter per CSS property change
  • Constructor Details

    • SVGShapeElementBridge

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