gzz.client
Interface Connector


public interface Connector


Field Summary
static java.lang.String rcsid
           
 
Method Summary
 void connect(VobScene into, Vob from, Vob to, int angle)
          Connect Vobs visibly
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values
Method Detail

connect

public void connect(VobScene into,
                    Vob from,
                    Vob to,
                    int angle)
Connect Vobs visibly

Parameters:
into - VobScene for adding connection Vobs and getting Vob coordinates.
from - Starting CellVob of connection
to - Ending CellVob of connection
angle - Starting angle of connection at starting Vob. The ending angle at the ending Vob is normally angle+180. This value could also be used for some completely different way of discriminating between connections on different dimensions, but for most it's the angle. angle==0 is up (0,1) and from there the angle increases clockwise.