public class SquarifiedTreeMapAlgorithm extends java.lang.Object implements ITreeMapLayoutAlgorithm
| Constructor and Description |
|---|
SquarifiedTreeMapAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
layout(ITreeMapNode<T> rootNode,
java.awt.geom.Rectangle2D targetArea)
Modifies the given tree by adding layout information.
|
public SquarifiedTreeMapAlgorithm()
public <T> void layout(ITreeMapNode<T> rootNode, java.awt.geom.Rectangle2D targetArea)
layout in interface ITreeMapLayoutAlgorithm