|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplitStrategy | |
---|---|
net.sf.jtreemap.swing | JTreeMap main package. |
Uses of SplitStrategy in net.sf.jtreemap.swing |
---|
Subclasses of SplitStrategy in net.sf.jtreemap.swing | |
---|---|
class |
SplitByNumber
Strategy who split the elements in 2 groups of same cardinal. |
class |
SplitBySlice
Split the treemap by slice |
class |
SplitBySortedWeight
Strategy who split the elements in 2 groups of equivalent weight. |
class |
SplitByWeight
Strategy who split the elements in 2 groups of equivalent weight. |
class |
SplitSquarified
The Squarified split strategy |
Methods in net.sf.jtreemap.swing that return SplitStrategy | |
---|---|
SplitStrategy |
JTreeMap.getStrategy()
get the SplitStrategy. |
Methods in net.sf.jtreemap.swing with parameters of type SplitStrategy | |
---|---|
void |
JTreeMap.setStrategy(SplitStrategy newStrat)
set the new strategy. |
Constructors in net.sf.jtreemap.swing with parameters of type SplitStrategy | |
---|---|
JTreeMap(TreeMapNode root,
SplitStrategy strategy,
JTree treeView,
String weightPrefix,
String valuePrefix,
boolean showWeight)
Constructor of JTreeMap. |
|
JTreeMap(TreeMapNode root,
SplitStrategy strategy,
String weightPrefix,
String valuePrefix,
boolean showWeight)
Constructor of JTreeMap. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |