TreeNode
-
Adapted from https://code.google.com/p/treelayout/ to be available to GWT clients
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 © 2012–2020 JBoss by Red Hat. All rights reserved.