Methods in legacy with annotations of type Accelerated |
abstract void |
VideoAdapter.clearScreen(int color)
clearScreen(int color) clears the active video buffer to a color index |
abstract int |
VideoAdapter.getHeight()
getHeight() returns the height of the active VideoAdapter |
abstract int |
VideoAdapter.getWidth()
getWidth() returns the width of the active VideoAdapter |
abstract void |
VideoAdapter.putPixel(int x,
int y,
int color)
putPixel(int x, int y, int color) places a pixel on the active video buffer |