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
Interface Bendpoint

All Known Implementing Classes:
AbsoluteBendpoint, RelativeBendpoint

public interface Bendpoint

A helper used to calculate the point at which a Connection should bend. A bendpoint returns a point relative to the connection figure on which it is being used. This was chosen so that fixed bendpoints would be easy to implement. A fixed bendpoint will have a fixed x and y value. Although the absolute x and y location change during zoom and scrolling, the relative values stay the same.


Method Summary
  Point getLocation ()
          Returns the location of the bendpoint relative to the connection.
 

Method Detail

getLocation

public 
Point getLocation()
Returns the location of the bendpoint relative to the connection. The returned value may be by reference. The caller should NOT modify the returned value.

Returns:
the location of the bendpoint relative to the Connection

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