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
A layout for FreeformFigures
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeformLayout
public FreeformLayout()
getOrigin
public Point getOrigin(IFigure figure)
- Returns the point (0,0) as the origin.
- Overrides:
getOrigin
in class XYLayout
- Parameters:
figure
- the figure whose origin is requested
- Returns:
- the origin
- See Also:
XYLayout.getOrigin(IFigure)
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.