comparison org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Dimension.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
18 18
19 import org.eclipse.draw2d.geometry.Translatable; 19 import org.eclipse.draw2d.geometry.Translatable;
20 static import org.eclipse.swt.graphics.Point; 20 static import org.eclipse.swt.graphics.Point;
21 static import org.eclipse.swt.graphics.Image; 21 static import org.eclipse.swt.graphics.Image;
22 static import org.eclipse.swt.graphics.Rectangle; 22 static import org.eclipse.swt.graphics.Rectangle;
23 import tango.text.convert.Format;
24 23
25 /** 24 /**
26 * Stores an integer width and height. This class provides various methods for 25 * Stores an integer width and height. This class provides various methods for
27 * manipulating this Dimension or creating new derived Objects. 26 * manipulating this Dimension or creating new derived Objects.
28 */ 27 */