| java.lang.Object org.jdesktop.j3dedit.treelayout.Link org.jdesktop.j3dedit.treelayout.CircularTreeLink
CircularTreeLink | public class CircularTreeLink extends Link (Code) | | author: Paul Byrne version: $Id% |
Method Summary | |
public void | paint(Graphics g) | public void | updateLink(double center, double angle, int level, double levelRadius, double parentAngle) Called when the tree nodes have moved. |
CircularTreeLink | public CircularTreeLink(TreeNode parent)(Code) | | Create the link with the specified parent
|
CircularTreeLink | public CircularTreeLink(TreeNode parent, int spacing)(Code) | | Create the link with the specfied parent and
set the vertical space occupied by the link to be spacing
|
updateLink | public void updateLink(double center, double angle, int level, double levelRadius, double parentAngle)(Code) | | Called when the tree nodes have moved.
Calculates and caches the new link geometry for this link only
|
|
|