Class AWTUtil
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.style.AWTUtil
-
public class AWTUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description AWTUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Point2D
add(Point2D a, Point2D b)
static Point2D
multiply(Point2D v, double x)
static void
setStroke(Graphics2D g, double width)
static Point2D
subtract(Point2D a, Point2D b)
static Point2D
vector(Point2D a, Point2D b, double size)
-
-
-
Method Detail
-
setStroke
public static void setStroke(Graphics2D g, double width)
-
-