All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.ChangeConnectionEndHandle
java.lang.Object
|
+----CH.ifa.draw.standard.AbstractHandle
|
+----CH.ifa.draw.standard.ChangeConnectionHandle
|
+----CH.ifa.draw.standard.ChangeConnectionEndHandle
- public class ChangeConnectionEndHandle
- extends ChangeConnectionHandle
A handle to reconnect the end point of
a connection to another figure.
-
ChangeConnectionEndHandle(Figure)
- Constructs the connection handle.
-
connect(Connector)
- Sets the end of the connection.
-
disconnect()
- Disconnects the end figure.
-
locate()
- Returns the end point of the connection.
-
setPoint(int, int)
- Sets the end point of the connection.
-
target()
- Gets the end figure of a connection.
ChangeConnectionEndHandle
public ChangeConnectionEndHandle(Figure owner)
- Constructs the connection handle.
target
protected Connector target()
- Gets the end figure of a connection.
- Overrides:
- target in class ChangeConnectionHandle
disconnect
protected void disconnect()
- Disconnects the end figure.
- Overrides:
- disconnect in class ChangeConnectionHandle
connect
protected void connect(Connector c)
- Sets the end of the connection.
- Overrides:
- connect in class ChangeConnectionHandle
setPoint
protected void setPoint(int x,
int y)
- Sets the end point of the connection.
- Overrides:
- setPoint in class ChangeConnectionHandle
locate
public Point locate()
- Returns the end point of the connection.
- Overrides:
- locate in class AbstractHandle
All Packages Class Hierarchy This Package Previous Next Index