Package net.sf.jtreemap.swing

JTreeMap main package.

See:
          Description

Interface Summary
IToolTipBuilder Interface used to build your own JToolTip for the jTreeMap.
 

Class Summary
ColorProvider Abstract class with the methods who attribute color to the elements of JTreeMap.
DefaultToolTip Default ToolTip for the jTreeMap.
DefaultToolTipBuilder Default class to build the DefaultToolTip displayed by the JTreeMap.
DefaultValue Default Value
The getLabel() method returns the "" + getValue()
JTreeMap JComponent who represents each element of a tree in a rectangle of more or less big size according to its importance in the tree.
SplitByNumber Strategy who split the elements in 2 groups of same cardinal.
SplitBySlice Split the treemap by slice
SplitBySortedWeight Strategy who split the elements in 2 groups of equivalent weight.
SplitByWeight Strategy who split the elements in 2 groups of equivalent weight.
SplitSquarified The Squarified split strategy
SplitStrategy Abtract class with the method which split the elements of a JTreeMap.
TreeMapNode Node of a JTreeMap.
TreeMapNodeBuilder Tree builder for a JTreeMap.
UniqueColorProvider Color Provider by default.
Value Class who permits to associate a double value to a label
ValuePercent class who can display the values of elements of a JTreeMap with pourcent
 

Package net.sf.jtreemap.swing Description

JTreeMap main package.