org.apache.batik.util.gui
Class DOMViewer.ShadowNodeInfo

java.lang.Object
  extended by org.apache.batik.util.gui.DOMViewer.NodeInfo
      extended by org.apache.batik.util.gui.DOMViewer.ShadowNodeInfo
Enclosing class:
DOMViewer

protected static class DOMViewer.ShadowNodeInfo
extends DOMViewer.NodeInfo

To store the node information for a shadow tree.


Field Summary
 
Fields inherited from class org.apache.batik.util.gui.DOMViewer.NodeInfo
node
 
Constructor Summary
DOMViewer.ShadowNodeInfo(Node n)
          Creates a new ShadowNodeInfo object.
 
Method Summary
 String toString()
          Returns a printable representation of the object.
 
Methods inherited from class org.apache.batik.util.gui.DOMViewer.NodeInfo
getNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMViewer.ShadowNodeInfo

public DOMViewer.ShadowNodeInfo(Node n)
Creates a new ShadowNodeInfo object.

Method Detail

toString

public String toString()
Returns a printable representation of the object.

Overrides:
toString in class DOMViewer.NodeInfo


Copyright © 2007 Apache Software Foundation. All Rights Reserved.