|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.gvt.AbstractGraphicsNode
org.apache.batik.bridge.SVGPatternElementBridge.PatternGraphicsNode
public static class SVGPatternElementBridge.PatternGraphicsNode
Field Summary |
---|
Fields inherited from class org.apache.batik.gvt.AbstractGraphicsNode |
---|
changeCompletedEvent, changeStartedEvent, clip, composite, enableBackgroundGraphicsNodeRable, filter, graphicsNodeRable, hints, inverseTransform, isVisible, listeners, mask, parent, pointerEventType, root, transform, weakRef |
Fields inherited from interface org.apache.batik.gvt.GraphicsNode |
---|
ALL, FILL, IDENTITY, NONE, PAINTED, STROKE, VISIBLE, VISIBLE_FILL, VISIBLE_PAINTED, VISIBLE_STROKE |
Constructor Summary | |
---|---|
SVGPatternElementBridge.PatternGraphicsNode(GraphicsNode gn)
|
Method Summary | |
---|---|
Rectangle2D |
getGeometryBounds()
Returns the bounds of the area covered by this node, without taking any of its rendering attribute into account. |
Shape |
getOutline()
Returns the outline of this node. |
Rectangle2D |
getPrimitiveBounds()
Returns the bounds of the area covered by this node's primitive paint. |
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(Graphics2D g2d)
Paints this node without applying Filter, Mask, Composite, and clip. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVGPatternElementBridge.PatternGraphicsNode(GraphicsNode gn)
Method Detail |
---|
public void primitivePaint(Graphics2D g2d)
GraphicsNode
g2d
- the Graphics2D to usepublic Rectangle2D getPrimitiveBounds()
GraphicsNode
public Rectangle2D getGeometryBounds()
GraphicsNode
public Rectangle2D getSensitiveBounds()
GraphicsNode
public Shape getOutline()
GraphicsNode
protected void invalidateGeometryCache()
AbstractGraphicsNode
invalidateGeometryCache
in class AbstractGraphicsNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |