Eclipse Draw2d
2.1

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

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.