com.infoviz.treeviz.nestedpie
Interface NestedPieNode

All Known Implementing Classes:
DefaultNestedPieNode

public interface NestedPieNode

Title: Description: $Id$ $Revision$ $Author$


Method Summary
 double getColorValue()
          This value determines the color of a node.
 java.lang.String getName()
          A name for the node
 java.lang.String getPathString()
          gives the complet path to the node path elements should be slash separated for example: /electronics/notebook/power
 double getSizeValue()
          This value determines the size of the node.
 

Method Detail

getColorValue

public double getColorValue()
This value determines the color of a node.


getSizeValue

public double getSizeValue()
This value determines the size of the node.


getName

public java.lang.String getName()
A name for the node


getPathString

public java.lang.String getPathString()
gives the complet path to the node path elements should be slash separated for example: /electronics/notebook/power