net.sf.jtreemap.ktreemap
Interface ITreeMapProvider

All Known Implementing Classes:
TM3TreeMapProvider, XMLTreeMapProvider

public interface ITreeMapProvider

Provider of the KTreeMap

 

Method Summary
 double getDoubleValue(java.lang.Object value)
          Get the double value of the value
 java.lang.String getLabel(TreeMapNode node)
          get the label of the node
 java.lang.String getValueLabel(java.lang.Object value)
          Get the label of the value
 

Method Detail

getLabel

java.lang.String getLabel(TreeMapNode node)
get the label of the node

Parameters:
node - TreeMapNode
Returns:
the label of the node

getValueLabel

java.lang.String getValueLabel(java.lang.Object value)
Get the label of the value

Parameters:
value - value of the node (TreeMapNode.getValue())
Returns:
the label of the value

getDoubleValue

double getDoubleValue(java.lang.Object value)
Get the double value of the value

Parameters:
value - value of the node (TreeMapNode.getValue())
Returns:
the double value of the value