

Public Member Functions | |
| native void | updateRect (int x, int y, int w, int h) |
| Make sure the given area is updated. | |
| void | updateRect (Rect rect) |
| Make sure the given area is updated. | |
| void | updateRect () |
| Make sure the whole of screen is updated. | |
| native void | updateRects (Rect[] rects) |
| Make sure the given areas are updated. | |
| native void | flip () |
| void | freeSurface () |
Static Public Member Functions | |
| native Screen | setVideoMode (int width, int height, int bpp, int flags) |
| SDL_SetVideoMode(). | |
| native Screen | getVideoSurface () |
| SDL_GetVideoSurface(). | |
| native VideoInfo | getVideoInfo () |
| SDL_GetVideoInfo(). | |
Private Member Functions | |
| Screen () | |
Static Private Attributes | |
| Screen | singleton = null |
|
|
|
|
|
|
|
|
Reimplemented from sdl4gcj::video::Surface. |
|
|
SDL_GetVideoInfo().
|
|
|
SDL_GetVideoSurface().
|
|
||||||||||||||||||||
|
SDL_SetVideoMode().
|
|
|
Make sure the whole of screen is updated.
|
|
|
Make sure the given area is updated.
|
|
||||||||||||||||||||
|
Make sure the given area is updated. This is equivalent to SDL_UpdateRect() function. |
|
|
Make sure the given areas are updated. This is equivalent to SDL_UpdateRects() function. |
|
|
|
1.3.7