Package org.jungrapht.visualization.util
Class AWT
- java.lang.Object
-
- org.jungrapht.visualization.util.AWT
-
public final class AWT extends Object
Functions to convert between awt geometry objects and jungrapht-layout geometry objects
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Circle
convert(Ellipse2D ellipse)
static Point
convert(Point2D p2d)
static Rectangle
convert(Rectangle2D r2d)
static Ellipse2D
convert(Circle circle)
static Point2D
convert(Point p)
static Rectangle2D
convert(Rectangle r)
-
-
-
Method Detail
-
convert
public static Rectangle2D convert(Rectangle r)
-
convert
public static Rectangle convert(Rectangle2D r2d)
-
-