Uses of Class
net.sf.jtreemap.swing.Value

Packages that use Value
net.sf.jtreemap.swing JTreeMap main package. 
net.sf.jtreemap.swing.provider This package contains some colour/color providers and the zoom menu. 
 

Uses of Value in net.sf.jtreemap.swing
 

Subclasses of Value in net.sf.jtreemap.swing
 class DefaultValue
          Default Value
The getLabel() method returns the "" + getValue()
 class ValuePercent
          class who can display the values of elements of a JTreeMap with pourcent
 

Methods in net.sf.jtreemap.swing that return Value
 Value TreeMapNode.getValue()
          get the Value.
 

Methods in net.sf.jtreemap.swing with parameters of type Value
 TreeMapNode TreeMapNodeBuilder.buildLeaf(String label, double weight, Value value, TreeMapNode parent)
          add a leaf to the tree.
abstract  Color ColorProvider.getColor(Value value)
          get the associated color to the value.
 Color UniqueColorProvider.getColor(Value value)
           
 void TreeMapNode.setValue(Value value)
          set the Value.
 

Constructors in net.sf.jtreemap.swing with parameters of type Value
TreeMapNode(String label, double weight, Value value)
          Constructor for a leaf.
 

Uses of Value in net.sf.jtreemap.swing.provider
 

Methods in net.sf.jtreemap.swing.provider with parameters of type Value
 Color HSBTreeMapColorProvider.getColor(Value value)
           
 Color RedGreenColorProvider.getColor(Value value)
           
 Color RandomColorProvider.getColor(Value value)
           
 



Copyright © 2012. All Rights Reserved.