Class SVGPatternElementBridge.PatternGraphicsNode

java.lang.Object
org.apache.batik.gvt.AbstractGraphicsNode
org.apache.batik.bridge.SVGPatternElementBridge.PatternGraphicsNode
All Implemented Interfaces:
GraphicsNode
Enclosing class:
SVGPatternElementBridge

public static class SVGPatternElementBridge.PatternGraphicsNode extends AbstractGraphicsNode
  • Field Details

  • Constructor Details

    • PatternGraphicsNode

      public PatternGraphicsNode(GraphicsNode gn)
  • Method Details

    • primitivePaint

      public void primitivePaint(Graphics2D g2d)
      Description copied from interface: GraphicsNode
      Paints this node without applying Filter, Mask, Composite, and clip.
      Parameters:
      g2d - the Graphics2D to use
    • getPrimitiveBounds

      public Rectangle2D getPrimitiveBounds()
      Description copied from interface: GraphicsNode
      Returns the bounds of the area covered by this node's primitive paint. This is the painted region of fill and stroke but does not account for clipping, masking or filtering.
    • getGeometryBounds

      public Rectangle2D getGeometryBounds()
      Description copied from interface: GraphicsNode
      Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account. That is, exclusive of any clipping, masking, filtering or stroking, for example.
    • getSensitiveBounds

      public Rectangle2D getSensitiveBounds()
      Description copied from interface: GraphicsNode
      Returns the bounds of the sensitive area covered by this node, This includes the stroked area but does not include the effects of clipping, masking or filtering.
    • getOutline

      public Shape getOutline()
      Description copied from interface: GraphicsNode
      Returns the outline of this node.
    • invalidateGeometryCache

      protected void invalidateGeometryCache()
      Description copied from class: AbstractGraphicsNode
      Invalidates the cached geometric bounds. This method is called each time an attribute that affects the bounds of this node changed.
      Overrides:
      invalidateGeometryCache in class AbstractGraphicsNode