Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Draw2d
3.3

org.eclipse.draw2d
Class FreeformLayout

java.lang.Object
  extended by

org.eclipse.draw2d.AbstractLayout
      extended by

org.eclipse.draw2d.XYLayout
          extended by
org.eclipse.draw2d.FreeformLayout
All Implemented Interfaces:
LayoutManager

public class FreeformLayout
extends XYLayout

A layout for FreeformFigures.


Field Summary
 
Fields inherited from class org.eclipse.draw2d. XYLayout
constraints
 
Fields inherited from class org.eclipse.draw2d. AbstractLayout
isObservingVisibility, preferredSize
 
Constructor Summary
FreeformLayout ()
           
 
Method Summary
  Point getOrigin ( IFigure figure)
          Returns the point (0,0) as the origin.
 
Methods inherited from class org.eclipse.draw2d. XYLayout
calculatePreferredSize, getConstraint, layout, remove, setConstraint
 
Methods inherited from class org.eclipse.draw2d. AbstractLayout
calculatePreferredSize, getBorderPreferredSize, getMinimumSize, getMinimumSize, getPreferredSize, getPreferredSize, invalidate, invalidate, isObservingVisibility, setObserveVisibility
 
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)
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)

Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire