comparison org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.d @ 17:6f068362a363

Remove direct import of tango.text.convert.Format
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 09:09:23 +0100
parents bc29606a740c
children
comparison
equal deleted inserted replaced
16:dbfb303e8fb0 17:6f068362a363
19 import org.eclipse.draw2d.geometry.Dimension; 19 import org.eclipse.draw2d.geometry.Dimension;
20 import org.eclipse.draw2d.geometry.Rectangle; 20 import org.eclipse.draw2d.geometry.Rectangle;
21 21
22 static import org.eclipse.swt.graphics.Point; 22 static import org.eclipse.swt.graphics.Point;
23 23
24 import tango.text.convert.Format;
25 24
26 /** 25 /**
27 * Represents a point (x, y) in 2-dimensional space. This class provides various methods 26 * Represents a point (x, y) in 2-dimensional space. This class provides various methods
28 * for manipulating this Point or creating new derived geometrical Objects. 27 * for manipulating this Point or creating new derived geometrical Objects.
29 */ 28 */