Package com.treemap.swing
Class SwingAlgorithmFactory
java.lang.Object
com.treemap.AlgorithmFactory
com.treemap.swing.SwingAlgorithmFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Algorithm
Tag Cloud layout.static final Algorithm
Voronoi treemap layout.Fields inherited from class com.treemap.AlgorithmFactory
BAR, BINARY_TREE, CIRCLEPACKING, CIRCULAR, ICICLE, MATRIX, PIE, PIVOT_BY_SPLIT_SIZE, SLICE, SPLIT, SQUARIFIED, SQUARIFIEDPLUS, STRIP, SUNBURST
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.treemap.AlgorithmFactory
add, get, getAlgorithms, getDefault, getInstance
-
Field Details
-
VORONOI
Voronoi treemap layout. It is described in: Balzer, Michael, Oliver Deussen, and Claus Lewerentz. "Voronoi treemaps for the visualization of software metrics." Proceedings of the 2005 ACM symposium on Software visualization. ACM, 2005. -
TAG_CLOUD
Tag Cloud layout.
-
-
Constructor Details
-
SwingAlgorithmFactory
-