| Package | Description |
|---|---|
| net.sf.jtreemap.swing |
JTreeMap main package.
|
| net.sf.jtreemap.swing.provider |
This package contains some colour/color providers and the zoom
menu.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValue
Default Value
The getLabel() method returns the "" + getValue() |
class |
FormattedValue
class who can display the values of elements of a JTreeMap with a formatter.
|
class |
ValuePercent
class who can display the values of elements of a JTreeMap with pourcent
|
| Modifier and Type | Method and Description |
|---|---|
Value |
TreeMapNode.getValue()
get the Value.
|
| Modifier and Type | Method and Description |
|---|---|
TreeMapNode |
TreeMapNodeBuilder.buildLeaf(String label,
double weight,
Value value,
TreeMapNode parent)
add a leaf to the tree.
|
void |
TreeMapNode.setValue(Value value)
set the Value.
|
| Constructor and Description |
|---|
TreeMapNode(String label,
double weight,
Value value)
Constructor for a leaf.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
HSBTreeMapColorProvider.getColor(Value value) |
Color |
UniqueColorProvider.getColor(Value value) |
Color |
RandomColorProvider.getColor(Value value) |
Color |
RedGreenColorProvider.getColor(Value value) |
abstract Color |
ColorProvider.getColor(Value value)
get the associated color to the value.
|
Copyright © 2005–2019 Appendium - Portfolio Financing Platform. All rights reserved.