public static interface Canvas.Graphics
Modifier and Type | Method and Description |
---|---|
void |
drawLines(int[] xy,
int offset,
int stride,
int n) |
void |
fillRect(int x,
int y,
int w,
int h) |
void |
setColor(int r,
int g,
int b) |