public class ConvertUtil extends Object
| Constructor and Description |
|---|
ConvertUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendPolygon(Polygon poly,
StringBuilder buf) |
static org.eclipse.draw2d.geometry.Point |
awtToSwt(Point point) |
static org.eclipse.draw2d.geometry.Rectangle |
awtToSwt(Rectangle r) |
static Point |
swtToAwt(org.eclipse.draw2d.geometry.Point point) |
static Rectangle |
swtToAwt(org.eclipse.draw2d.geometry.Rectangle r) |
public static org.eclipse.draw2d.geometry.Rectangle awtToSwt(Rectangle r)
public static org.eclipse.draw2d.geometry.Point awtToSwt(Point point)
public static Rectangle swtToAwt(org.eclipse.draw2d.geometry.Rectangle r)
public static Point swtToAwt(org.eclipse.draw2d.geometry.Point point)
public static void appendPolygon(Polygon poly, StringBuilder buf)
Copyright © 2012. All Rights Reserved.