public class AWTUtil extends Object
| Constructor and Description |
|---|
AWTUtil() |
| Modifier and Type | Method and 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) |
Copyright © 2025. All rights reserved.