|
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 | |
---|---|
java.util.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 | ||
---|---|---|
|
StripeTreeMapAlgorithm.layout(ITreeMapNode<T> tree,
java.awt.geom.Rectangle2D target)
Modifies the given tree by adding layout information. |
|
|
SimpleTreeMapAlgorithm.layout(ITreeMapNode<T> tree,
java.awt.geom.Rectangle2D target)
Modifies the given tree by adding layout information. |
|
|
ITreeMapLayoutAlgorithm.layout(ITreeMapNode<T> tree,
java.awt.geom.Rectangle2D target)
Modifies the given tree by adding layout information. |
|
|
NodeTextRenderer.renderTreeMap(ITreeMapNode<T> node,
java.awt.Graphics2D graphics)
Renders the given tree into the graphics. |
|
|
FlatTreeMapRenderer.renderTreeMap(ITreeMapNode<T> node,
java.awt.Graphics2D graphics)
Renders the given tree into the graphics. |
|
|
ITreeMapRenderer.renderTreeMap(ITreeMapNode<T> tree,
java.awt.Graphics2D graphics)
Renders the given tree into the graphics. |
|
|
CushionTreeMapRenderer.renderTreeMap(ITreeMapNode<T> node,
java.awt.Graphics2D graphics)
Renders the given tree into the graphics. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |