public interface RenderTarget
.
© 2002 Christian Treber, ct@ctreber.com
Modifier and Type | Method and Description |
---|---|
int |
getImageHeight() |
int |
getImageWidth() |
void |
setPixel(int pX,
int pY,
java.awt.Color pColor) |
void |
setPixel(int pX,
int pY,
int pA,
int pR,
int pG,
int pB) |