Method getPathBounds(TreePath path)
Return type:
java.awt.Rectangle
Member of:
javax.swing.JTree
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
Rectangle bounds = getPathBounds(path);
2
Rectangle b1 = tree.getPathBounds(path);
3
Rectangle rect = tree.getPathBounds(path);
4
Rectangle raPath = getPathBounds(path);
5
Rectangle rect = getPathBounds( path );
6
Rectangle rect = getPathBounds( path );
7
Rectangle r = tree.getPathBounds(tree.getSelectionPath());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.