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