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.


Constructor Index

 o ChangeConnectionEndHandle(Figure)
Constructs the connection handle.

Method Index

 o connect(Connector)
Sets the end of the connection.
 o disconnect()
Disconnects the end figure.
 o locate()
Returns the end point of the connection.
 o setPoint(int, int)
Sets the end point of the connection.
 o target()
Gets the end figure of a connection.

Constructors

 o ChangeConnectionEndHandle
 public ChangeConnectionEndHandle(Figure owner)
Constructs the connection handle.

Methods

 o target
 protected Connector target()
Gets the end figure of a connection.

Overrides:
target in class ChangeConnectionHandle
 o disconnect
 protected void disconnect()
Disconnects the end figure.

Overrides:
disconnect in class ChangeConnectionHandle
 o connect
 protected void connect(Connector c)
Sets the end of the connection.

Overrides:
connect in class ChangeConnectionHandle
 o setPoint
 protected void setPoint(int x,
                         int y)
Sets the end point of the connection.

Overrides:
setPoint in class ChangeConnectionHandle
 o 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