com.ebmwebsourcing.geasytools.geasyui.api.connectable.events
Interface IAddWayPointEvent

All Known Implementing Classes:
AddWayPointEvent

public interface IAddWayPointEvent


Method Summary
 IConnectorPoint getNextPoint()
          The closest existing point after actual waypoint
 IConnectorPoint getPreviousPoint()
          The closest existing point before actual waypoint
 IPoint getWayPointPosition()
          The position of current waypoint to be added
 

Method Detail

getWayPointPosition

IPoint getWayPointPosition()
The position of current waypoint to be added

Returns:

getPreviousPoint

IConnectorPoint getPreviousPoint()
The closest existing point before actual waypoint

Returns:

getNextPoint

IConnectorPoint getNextPoint()
The closest existing point after actual waypoint

Returns:


Copyright © 2010-2011 Petals Link. All Rights Reserved.