Main Page | Namespace List | Class Hierarchy | Data Structures | File List | Data Fields

sdl4gcj::video::Screen Class Reference

Inheritance diagram for sdl4gcj::video::Screen:

Inheritance graph
[legend]
Collaboration diagram for sdl4gcj::video::Screen:

Collaboration graph
[legend]

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

Constructor & Destructor Documentation

sdl4gcj::video::Screen::Screen  )  [inline, private]
 


Member Function Documentation

native void sdl4gcj::video::Screen::flip  ) 
 

void sdl4gcj::video::Screen::freeSurface  )  [inline]
 

Reimplemented from sdl4gcj::video::Surface.

native VideoInfo sdl4gcj::video::Screen::getVideoInfo  )  [static]
 

SDL_GetVideoInfo().

native Screen sdl4gcj::video::Screen::getVideoSurface  )  [static]
 

SDL_GetVideoSurface().

native Screen sdl4gcj::video::Screen::setVideoMode int  width,
int  height,
int  bpp,
int  flags
[static]
 

SDL_SetVideoMode().

void sdl4gcj::video::Screen::updateRect  )  [inline]
 

Make sure the whole of screen is updated.

void sdl4gcj::video::Screen::updateRect Rect  rect  )  [inline]
 

Make sure the given area is updated.

native void sdl4gcj::video::Screen::updateRect int  x,
int  y,
int  w,
int  h
 

Make sure the given area is updated.

This is equivalent to SDL_UpdateRect() function.

native void sdl4gcj::video::Screen::updateRects Rect[]  rects  ) 
 

Make sure the given areas are updated.

This is equivalent to SDL_UpdateRects() function.


Field Documentation

Screen sdl4gcj::video::Screen::singleton = null [static, private]
 


The documentation for this class was generated from the following file:
Generated on Wed Dec 22 18:13:21 2004 for sdl4gcj by doxygen 1.3.7