Draw2D v2.0

org.eclipse.draw2d
Class FreeformLayout

java.lang.Object
  |
  +--org.eclipse.draw2d.AbstractLayout
        |
        +--org.eclipse.draw2d.XYLayout
              |
              +--org.eclipse.draw2d.FreeformLayout
All Implemented Interfaces:
LayoutManager

public class FreeformLayout
extends XYLayout


Fields inherited from class org.eclipse.draw2d.XYLayout
constraints
 
Constructor Summary
FreeformLayout()
           
 
Method Summary
 Point getOrigin(IFigure figure)
           
 
Methods inherited from class org.eclipse.draw2d.XYLayout
calculatePreferredSize, getConstraint, layout, remove, setConstraint
 
Methods inherited from class org.eclipse.draw2d.AbstractLayout
calculatePreferredSize, getBorderPreferredSize, getMinimumSize, getPreferredSize, getPreferredSize, invalidate, invalidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeformLayout

public FreeformLayout()
Method Detail

getOrigin

public Point getOrigin(IFigure figure)
Overrides:
getOrigin in class XYLayout

Draw2D v2.0