Treeviz 0.37 2010-10-17

ch.randelshofer.tree.circlemap
Class CirclemapModel

java.lang.Object
  extended by ch.randelshofer.tree.circlemap.CirclemapModel

public class CirclemapModel
extends java.lang.Object

CirclemapModel manages a CirclemapTree and its CirclemapView.

Version:
1.0 2008-01-16 Created.
Author:
Werner Randelshofer

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

Constructor Detail

CirclemapModel

public CirclemapModel(TreeNode root,
                      NodeInfo info,
                      ProgressObserver p)
Creates a new instance.

Method Detail

getView

public CirclemapView getView()

getInfo

public NodeInfo getInfo()

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