public interface Bendpoint
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.Modifier and Type | Method and Description |
---|---|
Point |
getLocation()
Returns the location of the bendpoint relative to the
connection.
|
Point getLocation()
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.