Treeviz 0.37 2010-10-17

ch.randelshofer.tree.sunburst
Class SunburstCompositeNode

java.lang.Object
  extended by ch.randelshofer.tree.sunburst.SunburstNode
      extended by ch.randelshofer.tree.sunburst.SunburstCompositeNode

public class SunburstCompositeNode
extends SunburstNode

SunburstCompositeNode.

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

Constructor Summary
SunburstCompositeNode(SunburstNode parent, TreeNode node)
          Creates a new instance.
 
Method Summary
 java.util.List<SunburstNode> children()
           
 
Methods inherited from class ch.randelshofer.tree.sunburst.SunburstNode
dump, findNode, getDataNodePath, getDepth, getExtent, getLeft, getMaxDepth, getNode, getRight, isDescendant, isLeaf, renumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunburstCompositeNode

public SunburstCompositeNode(SunburstNode parent,
                             TreeNode node)
Creates a new instance.

Method Detail

children

public java.util.List<SunburstNode> children()
Overrides:
children in class SunburstNode

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