|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITreeMapNode | |
|---|---|
| edu.tum.cs.commons.treemap | Classes for layouting tree maps. |
| Uses of ITreeMapNode in edu.tum.cs.commons.treemap |
|---|
| Methods in edu.tum.cs.commons.treemap that return types with arguments of type ITreeMapNode | |
|---|---|
List<ITreeMapNode<T>> |
ITreeMapNode.getChildren()
Returns the list of children of this node. |
| Methods in edu.tum.cs.commons.treemap with parameters of type ITreeMapNode | ||
|---|---|---|
|
ITreeMapLayoutAlgorithm.layout(ITreeMapNode<T> tree,
Rectangle2D target)
Modifies the given tree by adding layout information. |
|
|
SimpleTreeMapAlgorithm.layout(ITreeMapNode<T> tree,
Rectangle2D target)
Modifies the given tree by adding layout information. |
|
|
StripeTreeMapAlgorithm.layout(ITreeMapNode<T> tree,
Rectangle2D target)
Modifies the given tree by adding layout information. |
|
|
FlatTreeMapRenderer.renderTreeMap(ITreeMapNode<T> node,
Graphics2D graphics)
Renders the given tree into the graphics. |
|
|
ITreeMapRenderer.renderTreeMap(ITreeMapNode<T> tree,
Graphics2D graphics)
Renders the given tree into the graphics. |
|
|
CushionTreeMapRenderer.renderTreeMap(ITreeMapNode<T> node,
Graphics2D graphics)
Renders the given tree into the graphics. |
|
|
NodeTextRenderer.renderTreeMap(ITreeMapNode<T> node,
Graphics2D graphics)
Renders the given tree into the graphics. |
|
|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||