public class PaintUtil
extends java.lang.Object
| Constructor and Description |
|---|
PaintUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fillImageWithGradient(int[] pixels,
Gradient grad,
BaseTransform xform,
int px,
int py,
int pw,
int ph,
float bx,
float by,
float bw,
float bh) |
private static final Affine2D gradXform
public static void fillImageWithGradient(int[] pixels,
Gradient grad,
BaseTransform xform,
int px,
int py,
int pw,
int ph,
float bx,
float by,
float bw,
float bh)