Shape representing a point on a workflow stage shape that can
be the start or end of a connection line.
author: Matthew Large version: $Revision: 1.1 $
Constructor Summary
public
ConnectionPoint(float x, float y) Constructs a new connection point.
Method Summary
public boolean
contains(double x, double y) Checks if this shape contains a given co-ordinate.
Checks if this shape contains a given co-ordinate.
Parameters: x - X co-ordinate to check Parameters: y - Y co-ordinate to check true if this shape contains the co-ordinate