freemind.view.mindmapview
Class VerticalRootNodeViewLayout

java.lang.Object
  extended by freemind.view.mindmapview.NodeViewLayoutAdapter
      extended by freemind.view.mindmapview.VerticalRootNodeViewLayout
All Implemented Interfaces:
NodeViewLayout, java.awt.LayoutManager

public class VerticalRootNodeViewLayout
extends NodeViewLayoutAdapter

Author:
dimitri 05.06.2005

Field Summary
 
Fields inherited from class freemind.view.mindmapview.NodeViewLayoutAdapter
LISTENER_VIEW_WIDTH, location
 
Constructor Summary
VerticalRootNodeViewLayout()
           
 
Method Summary
 java.awt.Point getMainViewInPoint(NodeView view)
           
 java.awt.Point getMainViewOutPoint(NodeView view, NodeView targetView, java.awt.Point destinationPoint)
           
protected  void layout()
           
 void layoutNodeMotionListenerView(NodeMotionListenerView view)
           
 
Methods inherited from class freemind.view.mindmapview.NodeViewLayoutAdapter
addLayoutComponent, getChildContentHeight, getChildCount, getChildHorizontalShift, getChildVerticalShift, getContent, getModel, getView, layoutContainer, minimumLayoutSize, placeLeftChildren, placeRightChildren, preferredLayoutSize, removeLayoutComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerticalRootNodeViewLayout

public VerticalRootNodeViewLayout()
Method Detail

layout

protected void layout()
Specified by:
layout in class NodeViewLayoutAdapter

layoutNodeMotionListenerView

public void layoutNodeMotionListenerView(NodeMotionListenerView view)

getMainViewOutPoint

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

getMainViewInPoint

public java.awt.Point getMainViewInPoint(NodeView view)