public class GraphicsUtil
extends java.lang.Object
Constructor and Description |
---|
GraphicsUtil() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Rectangle |
calculateIntersectionClip(int x,
int y,
int width,
int height,
java.awt.Shape originalClip) |
static void |
drawOptimizedLine(java.awt.Graphics g,
int x1,
int y1,
int x2,
int y2) |