net.sf.jtreemap.swing
Class SplitByNumber
java.lang.Object
net.sf.jtreemap.swing.SplitStrategy
net.sf.jtreemap.swing.SplitByNumber
- All Implemented Interfaces:
- Serializable
public class SplitByNumber
- extends SplitStrategy
Strategy who split the elements in 2 groups of same cardinal.
- Author:
- Laurent DUTHEIL
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitByNumber
public SplitByNumber()
splitElements
public void splitElements(Vector<TreeMapNode> v,
Vector<TreeMapNode> v1,
Vector<TreeMapNode> v2)
- Description copied from class:
SplitStrategy
- split the elements of a JTreeMap.
- Specified by:
splitElements
in class SplitStrategy
- Parameters:
v
- Vector with the elements to split (arg IN)v1
- first Vector of the split (arg OUT)v2
- second Vector of the split (arg OUT)
sumWeight
public double sumWeight(Vector<TreeMapNode> v)
- Description copied from class:
SplitStrategy
- Sum the weight of elements.
You can override this method if you want to apply a coef on the weights
or to cancel the effect of weight on the strategy.
- Overrides:
sumWeight
in class SplitStrategy
- Parameters:
v
- Vector with the elements to sum
- Returns:
- the sum of the weight of elements
Copyright © 2012. All Rights Reserved.