public class DrawUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
drawPlainRect(java.awt.Graphics g,
int x1,
int y1,
int x2,
int y2) |
static void |
drawRoundRect(java.awt.Graphics g,
double x1d,
double y1d,
double x2d,
double y2d,
java.awt.Color color) |