|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.tum.cs.commons.treemap.SimpleTreeMapAlgorithm
public class SimpleTreeMapAlgorithm
A very simple tree map layouter just dividing the given rectangle along the longer side.
| Constructor Summary | |
|---|---|
SimpleTreeMapAlgorithm()
|
|
| Method Summary | ||
|---|---|---|
|
layout(ITreeMapNode<T> tree,
java.awt.geom.Rectangle2D target)
Modifies the given tree by adding layout information. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleTreeMapAlgorithm()
| Method Detail |
|---|
public <T> void layout(ITreeMapNode<T> tree,
java.awt.geom.Rectangle2D target)
layout in interface ITreeMapLayoutAlgorithm
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||