Interface TreeNode
-
public interface TreeNode
- Author:
- Tom Nelson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rectangle
getBounds()
Collection<? extends TreeNode>
getChildren()
-
-
-
Method Detail
-
getBounds
Rectangle getBounds()
-
getChildren
Collection<? extends TreeNode> getChildren()
-
-