Treeviz 0.37 2010-10-17

ch.randelshofer.tree.sunray
Class SunrayTree

java.lang.Object
  extended by ch.randelshofer.tree.sunray.SunrayTree

public class SunrayTree
extends java.lang.Object

SunrayView provides an interactive user interface for a SunrayTree.

Supports rotation of the tree and zooming into a subtree.

Version:
1.0 September 18, 2007 Created.
Author:
Werner Randelshofer

Constructor Summary
SunrayTree(TreeNode root, NodeInfo info)
          Creates a new instance.
SunrayTree(TreeNode root, NodeInfo info, int maxScatter)
           
 
Method Summary
 NodeInfo getInfo()
           
 SunrayNode getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunrayTree

public SunrayTree(TreeNode root,
                  NodeInfo info)
Creates a new instance.


SunrayTree

public SunrayTree(TreeNode root,
                  NodeInfo info,
                  int maxScatter)
Method Detail

getInfo

public NodeInfo getInfo()

getRoot

public SunrayNode getRoot()

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