Interface RenderTarget
- All Known Implementing Classes:
CanvasACearth
,PixelCanvas
public interface RenderTarget
.
© 2002 Christian Treber, [email protected]
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setPixel
(int pX, int pY, int pA, int pR, int pG, int pB) void
-
Method Details
-
setPixel
void setPixel(int pX, int pY, int pA, int pR, int pG, int pB) -
setPixel
-
getImageWidth
int getImageWidth() -
getImageHeight
int getImageHeight()
-