org.apache.batik.gvt
Class RootGraphicsNode

java.lang.Object
  |
  +--org.apache.batik.gvt.AbstractGraphicsNode
        |
        +--org.apache.batik.gvt.CompositeGraphicsNode
              |
              +--org.apache.batik.gvt.RootGraphicsNode
All Implemented Interfaces:
java.util.Collection, GraphicsNode, java.util.List

public class RootGraphicsNode
extends CompositeGraphicsNode

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
clip, composite, filter, graphicsNodeRable, hints, hitDetector, inverseTransform, isVisible, listeners, mask, parent, root, transform
 
Fields inherited from interface org.apache.batik.gvt.GraphicsNode
IDENTITY
 
Constructor Summary
RootGraphicsNode()
          Constructs a new empty RootGraphicsNode.
 
Methods inherited from class org.apache.batik.gvt.CompositeGraphicsNode
add, add, addAll, addAll, addCompositeGraphicsNodeListener, clear, contains, contains, containsAll, dispatchEvent, ensureCapacity, get, getBackgroundEnable, getChildren, getGeometryBounds, getOutline, getPrimitiveBounds, getTransformedGeometryBounds, getTransformedPrimitiveBounds, indexOf, invalidateGeometryCache, isEmpty, iterator, lastIndexOf, listIterator, listIterator, nodeHitAt, primitivePaint, processCompositeEvent, remove, remove, removeAll, removeCompositeGraphicsNodeListener, retainAll, set, setBackgroundEnable, setRoot, size, subList, toArray, toArray
 
Methods inherited from class org.apache.batik.gvt.AbstractGraphicsNode
acceptEvent, addGraphicsNodeKeyListener, addGraphicsNodeMouseListener, getBounds, getClip, getComposite, getFilter, getGlobalTransform, getGraphicsNodeHitDetector, getGraphicsNodeRable, getInverseTransform, getListeners, getMask, getParent, getRenderingHints, getRoot, getTransform, getTransformedBounds, getTransformedOutline, intersects, isAntialiasedClip, isOffscreenBufferNeeded, isVisible, paint, processKeyEvent, processMouseEvent, removeGraphicsNodeKeyListener, removeGraphicsNodeMouseListener, setClip, setComposite, setFilter, setGraphicsNodeHitDetector, setMask, setParent, setRenderingHint, setRenderingHints, setRenderingHints, setTransform, setVisible
 
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

RootGraphicsNode

public RootGraphicsNode()
Constructs a new empty RootGraphicsNode.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.