Treeviz 0.37 2010-10-17

ch.randelshofer.tree.sunburst
Class SunburstModel

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

public class SunburstModel
extends java.lang.Object

SunburstModel manages a SunburstTree and its SunburstView.

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

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

Constructor Detail

SunburstModel

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

Method Detail

getView

public SunburstView getView()

getInfo

public NodeInfo getInfo()

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