TreeNode
- public interface NodeExtentProvider<TreeNode>
Also see this overview.
Modifier and Type | Method and Description |
---|---|
double |
getHeight(TreeNode treeNode)
Returns the height of the given treeNode.
|
double |
getWidth(TreeNode treeNode)
Returns the width of the given treeNode.
|
Copyright © 2015. All rights reserved.