public interface PixelFillPipe
| Modifier and Type | Method and Description |
|---|---|
void |
fillArc(SunGraphics2D sg,
int x,
int y,
int width,
int height,
int startAngle,
int arcAngle) |
void |
fillOval(SunGraphics2D sg,
int x,
int y,
int width,
int height) |
void |
fillPolygon(SunGraphics2D sg,
int[] xPoints,
int[] yPoints,
int nPoints) |
void |
fillRect(SunGraphics2D sg,
int x,
int y,
int width,
int height) |
void |
fillRoundRect(SunGraphics2D sg,
int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight) |
void fillRect(SunGraphics2D sg, int x, int y, int width, int height)
void fillRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight)
void fillOval(SunGraphics2D sg, int x, int y, int width, int height)
void fillArc(SunGraphics2D sg, int x, int y, int width, int height, int startAngle, int arcAngle)
void fillPolygon(SunGraphics2D sg, int[] xPoints, int[] yPoints, int nPoints)