org.eclipse.draw2d
Interface Locator

All Known Implementing Classes:
AbstractLocator, ConnectionEndpointLocator, RelativeLocator

public interface Locator

Controls the location of an IFigure.


Method Summary
 void relocate(IFigure target)
          Relocates the given IFigure.
 

Method Detail

relocate

public void relocate(IFigure target)
Relocates the given IFigure.

Parameters:
target - The figure to relocate