Uses of Class
legacy.Annotations.Accelerated

Packages that use Accelerated
legacy This package contains all classes required by the kernel to operate 
 

Uses of Accelerated in legacy
 

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