All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.standard.ChangeConnectionStartHandle

java.lang.Object
   |
   +----CH.ifa.draw.standard.AbstractHandle
           |
           +----CH.ifa.draw.standard.ChangeConnectionHandle
                   |
                   +----CH.ifa.draw.standard.ChangeConnectionStartHandle

public class ChangeConnectionStartHandle
extends ChangeConnectionHandle
Handle to reconnect the start of a connection to another figure.


Constructor Index

 o ChangeConnectionStartHandle(Figure)
Constructs the connection handle for the given start figure.

Method Index

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

Constructors

 o ChangeConnectionStartHandle
 public ChangeConnectionStartHandle(Figure owner)
Constructs the connection handle for the given start figure.

Methods

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

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

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

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

Overrides:
setPoint in class ChangeConnectionHandle
 o locate
 public Point locate()
Returns the start point of the connection.

Overrides:
locate in class AbstractHandle

All Packages  Class Hierarchy  This Package  Previous  Next  Index