| Interface | Description |
|---|---|
| IToolTipBuilder |
Interface used to build your own JToolTip for the jTreeMap.
|
| Class | Description |
|---|---|
| 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() |
| FormattedValue |
class who can display the values of elements of a JTreeMap with a formatter.
|
| 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.
If the node is a branch, only the label is set. If the node is a leaf, we need a label, a weight and a value. |
| TreeMapNodeBuilder |
Tree builder for a JTreeMap.
|
| 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
|
JTreeMap main package.
Copyright © 2005–2019 Appendium - Portfolio Financing Platform. All rights reserved.