| |
|
| java.lang.Object org.jdesktop.j3dedit.treelayout.Link org.jdesktop.j3dedit.treelayout.SimpleTreeLink
SimpleTreeLink | public class SimpleTreeLink extends Link (Code) | | author: Paul Byrne version: $Id: SimpleTreeLink.java,v 1.1 2005/04/20 22:21:32 paulby Exp $ |
centerLine | Line centerLine(Code) | | |
SimpleTreeLink | public SimpleTreeLink(TreeNode parent)(Code) | | Create the link with the specified parent
|
SimpleTreeLink | public SimpleTreeLink(TreeNode parent, int spacing)(Code) | | Create the link with the specfied parent and
set the vertical space occupied by the link to be spacing
|
getMinimumSize | public Rectangle getMinimumSize()(Code) | | Get the size of the link
|
updateAllLinks | public void updateAllLinks()(Code) | | Updates this link and all links in the subtree
|
updateLink | public void updateLink()(Code) | | Called when the tree nodes have moved.
Calculates and caches the new link geometry for this link only
|
|
|
|