org.apache.batik.bridge
public static class SVGPatternElementBridge.PatternGraphicsNode extends AbstractGraphicsNode
changeCompletedEvent, changeStartedEvent, clip, composite, enableBackgroundGraphicsNodeRable, filter, graphicsNodeRable, hints, inverseTransform, isVisible, listeners, mask, parent, pointerEventType, root, transform, weakRefALL, FILL, IDENTITY, NONE, PAINTED, STROKE, VISIBLE, VISIBLE_FILL, VISIBLE_PAINTED, VISIBLE_STROKE| Constructor and Description |
|---|
SVGPatternElementBridge.PatternGraphicsNode(GraphicsNode gn) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Rectangle2D |
getGeometryBounds()
Returns the bounds of the area covered by this node, without
taking any of its rendering attribute into account.
|
java.awt.Shape |
getOutline()
Returns the outline of this node.
|
java.awt.geom.Rectangle2D |
getPrimitiveBounds()
Returns the bounds of the area covered by this node's primitive
paint.
|
java.awt.geom.Rectangle2D |
getSensitiveBounds()
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.
|
protected void |
invalidateGeometryCache()
Invalidates the cached geometric bounds.
|
void |
primitivePaint(java.awt.Graphics2D g2d)
Paints this node without applying Filter, Mask, Composite, and clip.
|
contains, fireGraphicsNodeChangeCompleted, fireGraphicsNodeChangeStarted, fireGraphicsNodeChangeStarted, fireGraphicsNodeChangeStarted, getBounds, getClip, getComposite, getEnableBackgroundGraphicsNodeRable, getFilter, getGlobalTransform, getGraphicsNodeRable, getInverseTransform, getMask, getParent, getPointerEventType, getRenderingHints, getRoot, getTransform, getTransformedBounds, getTransformedGeometryBounds, getTransformedPrimitiveBounds, getTransformedSensitiveBounds, getWeakReference, intersects, isAntialiasedClip, isOffscreenBufferNeeded, isVisible, nodeHitAt, normalizeRectangle, paint, setClip, setComposite, setFilter, setMask, setParent, setPointerEventType, setRenderingHint, setRenderingHints, setRenderingHints, setRoot, setTransform, setVisiblepublic SVGPatternElementBridge.PatternGraphicsNode(GraphicsNode gn)
public void primitivePaint(java.awt.Graphics2D g2d)
GraphicsNodeg2d - the Graphics2D to usepublic java.awt.geom.Rectangle2D getPrimitiveBounds()
GraphicsNodepublic java.awt.geom.Rectangle2D getGeometryBounds()
GraphicsNodepublic java.awt.geom.Rectangle2D getSensitiveBounds()
GraphicsNodepublic java.awt.Shape getOutline()
GraphicsNodeprotected void invalidateGeometryCache()
AbstractGraphicsNodeinvalidateGeometryCache in class AbstractGraphicsNodeCopyright ? 2008 Apache Software Foundation. All Rights Reserved.