public interface ITreeMapRenderer
Modifier and Type | Method and Description |
---|---|
<T> void |
renderTreeMap(ITreeMapNode<T> tree,
java.awt.Graphics2D graphics)
Renders the given tree into the graphics.
|
<T> void renderTreeMap(ITreeMapNode<T> tree, java.awt.Graphics2D graphics)
tree
- 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.