public class StripeTreeMapAlgorithm extends java.lang.Object implements ITreeMapLayoutAlgorithm
This is useful as it tries to minimize the aspect ratio of the generated squares while maintaining the original order.
Constructor and Description |
---|
StripeTreeMapAlgorithm() |
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 StripeTreeMapAlgorithm()
public <T> void layout(ITreeMapNode<T> tree, java.awt.geom.Rectangle2D target)
layout
in interface ITreeMapLayoutAlgorithm