Treeviz 0.37 2010-10-17

ch.randelshofer.tree.sunray
Class SunrayModel

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

public class SunrayModel
extends java.lang.Object

SunrayModel manages a SunburstTree and its SunrayView.

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

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

Constructor Detail

SunrayModel

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

Method Detail

getView

public SunrayView getView()

getInfo

public NodeInfo getInfo()

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