|
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.FlatTreeMapRenderer
public class FlatTreeMapRenderer
A very simple tree map renderer just drawing "flat" rectangles.
Constructor Summary | |
---|---|
FlatTreeMapRenderer()
|
Method Summary | ||
---|---|---|
|
renderTreeMap(ITreeMapNode<T> node,
java.awt.Graphics2D graphics)
Renders the given tree into the graphics. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlatTreeMapRenderer()
Method Detail |
---|
public <T> void renderTreeMap(ITreeMapNode<T> node, java.awt.Graphics2D graphics)
renderTreeMap
in interface ITreeMapRenderer
node
- the tree to render. The tree must have been layouted and the
outermost rectangle should be completely included in the
provided graphics.graphics
- the graphics used for drawing.
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |