GEF v2.0

org.eclipse.gef
Interface AccessibleAnchorProvider

All Known Implementing Classes:
AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider

public interface AccessibleAnchorProvider


Method Summary
 List getSourceAnchorLocations()
          Returns a list of Points in absolute coordinates where source anchors are located.
 List getTargetAnchorLocations()
          Returns a list of Points in absolute coordinates where target anchors are located.
 

Method Detail

getSourceAnchorLocations

public List getSourceAnchorLocations()
Returns a list of Points in absolute coordinates where source anchors are located. Tools that work with connections should use these locations when operating in accesible keyboard modes.

getTargetAnchorLocations

public List getTargetAnchorLocations()
Returns a list of Points in absolute coordinates where target anchors are located. Tools that work with connections should use these locations when operating in accesible keyboard modes.

GEF v2.0