freemind.view.mindmapview
Interface NodeViewLayout

All Superinterfaces:
java.awt.LayoutManager
All Known Implementing Classes:
LeftNodeViewLayout, NodeViewLayoutAdapter, RightNodeViewLayout, VerticalRootNodeViewLayout

public interface NodeViewLayout
extends java.awt.LayoutManager


Method Summary
 java.awt.Point getMainViewInPoint(NodeView view)
           
 java.awt.Point getMainViewOutPoint(NodeView view, NodeView targetView, java.awt.Point destinationPoint)
           
 void layoutNodeMotionListenerView(NodeMotionListenerView view)
           
 
Methods inherited from interface java.awt.LayoutManager
addLayoutComponent, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
 

Method Detail

layoutNodeMotionListenerView

void layoutNodeMotionListenerView(NodeMotionListenerView view)

getMainViewOutPoint

java.awt.Point getMainViewOutPoint(NodeView view,
                                   NodeView targetView,
                                   java.awt.Point destinationPoint)

getMainViewInPoint

java.awt.Point getMainViewInPoint(NodeView view)