|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.gvt.AbstractGraphicsNode | +--org.apache.batik.gvt.CompositeGraphicsNode | +--org.apache.batik.gvt.RootGraphicsNode
The top-level graphics node of the GVT tree.
Fields inherited from class org.apache.batik.gvt.CompositeGraphicsNode |
backgroundEnableRgn, children, count, modCount, VIEWPORT |
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 | |
RootGraphicsNode()
Constructs a new empty RootGraphicsNode. |
Method Summary | |
void |
addTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener l)
|
RootGraphicsNode |
getRoot()
Returns the root of the GVT tree or null if the node is not part of a GVT tree. |
java.util.List |
getTreeGraphicsNodeChangeListeners()
|
void |
removeTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener l)
|
Methods inherited from class org.apache.batik.gvt.CompositeGraphicsNode |
add, add, addAll, addAll, clear, contains, contains, containsAll, ensureCapacity, get, getBackgroundEnable, getChildren, getGeometryBounds, getOutline, getPrimitiveBounds, getTransformedGeometryBounds, getTransformedPrimitiveBounds, indexOf, invalidateGeometryCache, isEmpty, iterator, lastIndexOf, listIterator, listIterator, nodeHitAt, primitivePaint, remove, remove, removeAll, retainAll, set, setBackgroundEnable, setRoot, size, subList, toArray, toArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.List |
equals, hashCode |
Constructor Detail |
public RootGraphicsNode()
Method Detail |
public RootGraphicsNode getRoot()
getRoot
in class AbstractGraphicsNode
public java.util.List getTreeGraphicsNodeChangeListeners()
public void addTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener l)
public void removeTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener l)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |