Draw2D v2.0

org.eclipse.draw2d
Interface Bendpoint

All Known Implementing Classes:
AbsoluteBendpoint, RelativeBendpoint

public interface Bendpoint

A point used by a bendable Connection.


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

Method Detail

getLocation

public Point getLocation()
Returns the location of the bendpoint. This may return the point by reference and modifying it could produce unpredictable results.
Returns:
the location of the bendpoint.

Draw2D v2.0