Treeviz 0.37 2010-10-17

ch.randelshofer.tree.sunburst
Class SunburstTree

java.lang.Object
  extended by ch.randelshofer.tree.sunburst.SunburstTree

public class SunburstTree
extends java.lang.Object

The SunburstTree class implements the model for the SunBurstTree. It's a tree of SunburstNode, each keeping the initial layout of the tree in the SunBurst's Model.

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

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

Constructor Detail

SunburstTree

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

Method Detail

getInfo

public NodeInfo getInfo()

getRoot

public SunburstNode getRoot()

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