Treeviz 0.37 2010-10-17

ch.randelshofer.tree.hypertree
Class HTDrawNodeComposite

java.lang.Object
  extended by ch.randelshofer.tree.hypertree.HTDrawNodeComposite

public class HTDrawNodeComposite
extends java.lang.Object

The HTDrawNodeComposite class implements the Composite design pattern for HTDrawNode. It represents a HTDrawNode which is not a leaf.


Field Summary
protected  boolean fastMode
           
protected  ch.randelshofer.tree.hypertree.HTCoordS zs
           
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

zs

protected ch.randelshofer.tree.hypertree.HTCoordS zs

fastMode

protected boolean fastMode
Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object.

Returns:
a String representation of the object

Copyright 2007-2008 (c) Werner Randelshofer.
All rights reserved.