Package org.jungrapht.visualization.util
Class RectangleUtils
- java.lang.Object
-
- org.jungrapht.visualization.util.RectangleUtils
-
public final class RectangleUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Rectangle
convert(Rectangle2D r2d)
static Rectangle2D
convert(Rectangle r)
-
-
-
Method Detail
-
convert
public static Rectangle2D convert(Rectangle r)
-
convert
public static Rectangle convert(Rectangle2D r2d)
-
-