- setActiveLeaf(TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
-
set the active leaf.
- setBorder(Border) - Method in class net.sf.jtreemap.swing.JTreeMap
-
- setBorder(int) - Static method in class net.sf.jtreemap.swing.TreeMapNode
-
Set the max border between two nodes of the same level.
- setColorProvider(ColorProvider) - Method in class net.sf.jtreemap.swing.JTreeMap
-
set the ColorProvider.
- setDimension(int, int, int, int) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set the position and the size.
- setDisplayedRoot(TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
-
set the displayed root.
- setHeight(int) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set the height.
- setLabel(String) - Method in class net.sf.jtreemap.swing.DefaultValue
-
- setLabel(String) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set the label.
- setLabel(String) - Method in class net.sf.jtreemap.swing.Value
-
set the new label.
- setLabel(String) - Method in class net.sf.jtreemap.swing.ValuePercent
-
- setPosition(int, int) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set the position.
- setRoot(TreeMapNode) - Method in class net.sf.jtreemap.swing.JTreeMap
-
set the new root.
- setSize(int, int) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set size.
- setStrategy(SplitStrategy) - Method in class net.sf.jtreemap.swing.JTreeMap
-
set the new strategy.
- setTm3File(String) - Method in class net.sf.jtreemap.swing.example.JTreeMapExample
-
Set the tm3 file
- setToolTipBuilder(IToolTipBuilder) - Method in class net.sf.jtreemap.swing.JTreeMap
-
Set the builder of the toolTip.
- setTreeView(JTree) - Method in class net.sf.jtreemap.swing.JTreeMap
-
- setValue(double) - Method in class net.sf.jtreemap.swing.DefaultValue
-
- setValue(Value) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set the Value.
- setValue(double) - Method in class net.sf.jtreemap.swing.Value
-
set the double value.
- setValue(double) - Method in class net.sf.jtreemap.swing.ValuePercent
-
- setValues(String) - Method in class net.sf.jtreemap.swing.example.BuilderTM3
-
Set the VALUES of all the JTreeMapNode with the VALUES of the fieldName.
- setWeight(double) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set the weight of the node and update the parents.
- setWeights(String) - Method in class net.sf.jtreemap.swing.example.BuilderTM3
-
Set the weights of all the JTreeMapNode with the VALUES of the fieldName.
- setWidth(int) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set the width.
- setX(int) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set the x-coordinate.
- setXmlFile(String) - Method in class net.sf.jtreemap.swing.example.JTreeMapExample
-
Set the xml file corresponding to the TreeMap.dtd
- setY(int) - Method in class net.sf.jtreemap.swing.TreeMapNode
-
set the y-coordinate.
- setZoomKeepProportion(boolean) - Method in class net.sf.jtreemap.swing.JTreeMap
-
When you zoom the jTreeMap, you have the choice to keep proportions or
not.
- sortList(List<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitStrategy
-
Sort the elements by descending weight.
- SplitByNumber - Class in net.sf.jtreemap.swing
-
Strategy who split the elements in 2 groups of same cardinal.
- SplitByNumber() - Constructor for class net.sf.jtreemap.swing.SplitByNumber
-
- SplitBySlice - Class in net.sf.jtreemap.swing
-
Split the treemap by slice
- SplitBySlice() - Constructor for class net.sf.jtreemap.swing.SplitBySlice
-
- SplitBySortedWeight - Class in net.sf.jtreemap.swing
-
Strategy who split the elements in 2 groups of equivalent weight.
- SplitBySortedWeight() - Constructor for class net.sf.jtreemap.swing.SplitBySortedWeight
-
- SplitByWeight - Class in net.sf.jtreemap.swing
-
Strategy who split the elements in 2 groups of equivalent weight.
- SplitByWeight() - Constructor for class net.sf.jtreemap.swing.SplitByWeight
-
- splitElements(List<TreeMapNode>, List<TreeMapNode>, List<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitByNumber
-
- splitElements(List<TreeMapNode>, List<TreeMapNode>, List<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitBySlice
-
- splitElements(List<TreeMapNode>, List<TreeMapNode>, List<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitBySortedWeight
-
- splitElements(List<TreeMapNode>, List<TreeMapNode>, List<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitByWeight
-
- splitElements(List<TreeMapNode>, List<TreeMapNode>, List<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitSquarified
-
- splitElements(List<TreeMapNode>, List<TreeMapNode>, List<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitStrategy
-
split the elements of a JTreeMap.
- splitInSlice(int, int, int, int, List<TreeMapNode>, double) - Static method in class net.sf.jtreemap.swing.SplitBySlice
-
Calculate the dimension of the elements of the List.
- SplitSquarified - Class in net.sf.jtreemap.swing
-
The Squarified split strategy
- SplitSquarified() - Constructor for class net.sf.jtreemap.swing.SplitSquarified
-
- SplitStrategy - Class in net.sf.jtreemap.swing
-
Abtract class with the method which split the elements of a JTreeMap.
- SplitStrategy() - Constructor for class net.sf.jtreemap.swing.SplitStrategy
-
- STRING - Static variable in class net.sf.jtreemap.swing.example.BuilderTM3
-
label "STRING" to identify String in TM3 data file
- sumWeight(List<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitByNumber
-
- sumWeight(List<TreeMapNode>) - Method in class net.sf.jtreemap.swing.SplitStrategy
-
Sum the weight of elements.