Uses of Class
net.sf.jtreemap.swing.SplitStrategy

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.
 



Copyright © 2012. All Rights Reserved.