sdljava.video
public class SDLVideoInfo extends Object
Useful for determining the video hardware capabilities
Version: $Id: SDLVideoInfo.java,v 1.10 2004/12/27 06:23:50 ivan_ganza Exp $
UNKNOWN: Finish SWIG integration
Field Summary | |
---|---|
SDL_VideoInfo | swigVideoInfo |
Constructor Summary | |
---|---|
protected | SDLVideoInfo(SDL_VideoInfo swigVideoInfo) |
Method Summary | |
---|---|
long | getBlit_fill()
Gets the value of blit_fill
|
long | getBlit_hw()
Gets the value of blit_hw
|
long | getBlit_hw_A()
Gets the value of blit_hw_A
|
long | getBlit_hw_CC()
Gets the value of blit_hw_CC
|
long | getBlit_sw()
Gets the value of blit_sw
|
long | getBlit_sw_A()
Gets the value of blit_sw_A
|
long | getBlit_sw_CC()
Gets the value of blit_sw_CC
|
SDLPixelFormat | getFormat() |
long | getHwAvailable()
Gets the value of hwAvailable
|
long | getVideoMemory()
Gets the value of video_mem
|
long | getWmAvailable()
Gets the value of wmVailable
|
String | toString() |
Returns: the value of blit_fill
Returns: the value of blit_hw
Returns: the value of blit_hw_A
Returns: the value of blit_hw_CC
Returns: the value of blit_sw
Returns: the value of blit_sw_A
Returns: the value of blit_sw_CC
Returns: The SDLPixelFormat
value
Returns: the value of hwAvailable
Returns: the value of video_mem
Returns: the value of wmVailable
Returns: A String representation of myself