TUM CCSM Commons

Uses of Interface
edu.tum.cs.commons.treemap.ITreeMapNode

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


TUM CCSM Commons

TUM CCSM Commons - 2.7