TreeNode
- Type of elements used as nodes in the treepublic 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 © 2023. All rights reserved.