public class FlatTreeMapRenderer extends java.lang.Object implements ITreeMapRenderer
| Constructor and Description |
|---|
FlatTreeMapRenderer() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
renderTreeMap(ITreeMapNode<T> node,
java.awt.Graphics2D graphics)
Renders the given tree into the graphics.
|
public FlatTreeMapRenderer()
public <T> void renderTreeMap(ITreeMapNode<T> node, java.awt.Graphics2D graphics)
renderTreeMap in interface ITreeMapRenderernode - 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.