comparison org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Obstacle.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
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module org.eclipse.draw2d.graph.Obstacle; 13 module org.eclipse.draw2d.graph.Obstacle;
14 14
15 import java.lang.all; 15 import java.lang.all;
16 import tango.text.convert.Format;
17 16
18 import org.eclipse.draw2d.PositionConstants; 17 import org.eclipse.draw2d.PositionConstants;
19 import org.eclipse.draw2d.geometry.Point; 18 import org.eclipse.draw2d.geometry.Point;
20 import org.eclipse.draw2d.geometry.Rectangle; 19 import org.eclipse.draw2d.geometry.Rectangle;
21 import org.eclipse.draw2d.graph.Vertex; 20 import org.eclipse.draw2d.graph.Vertex;