Eclipse Draw2d
3.1

org.eclipse.draw2d
Interface CoordinateListener


public interface CoordinateListener

Since:
3.1

Method Summary
 void coordinateSystemChanged(IFigure source)
          Indicates that the coordinate system has changed in a way that affects the absolute locations of contained figures.
 

Method Detail

coordinateSystemChanged

public void coordinateSystemChanged(IFigure source)
Indicates that the coordinate system has changed in a way that affects the absolute locations of contained figures.

Parameters:
source - the figure whose coordinate system changed
Since:
3.1

Eclipse Draw2d
3.1

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