sdljava.video

Class SDLVideoInfo

public class SDLVideoInfo extends Object

Video Target information

Useful for determining the video hardware capabilities

Version: $Id: SDLVideoInfo.java,v 1.10 2004/12/27 06:23:50 ivan_ganza Exp $

Author: Ivan Z. Ganza

UNKNOWN: Finish SWIG integration

Field Summary
SDL_VideoInfoswigVideoInfo
Constructor Summary
protected SDLVideoInfo(SDL_VideoInfo swigVideoInfo)
Method Summary
longgetBlit_fill()
Gets the value of blit_fill
longgetBlit_hw()
Gets the value of blit_hw
longgetBlit_hw_A()
Gets the value of blit_hw_A
longgetBlit_hw_CC()
Gets the value of blit_hw_CC
longgetBlit_sw()
Gets the value of blit_sw
longgetBlit_sw_A()
Gets the value of blit_sw_A
longgetBlit_sw_CC()
Gets the value of blit_sw_CC
SDLPixelFormatgetFormat()
longgetHwAvailable()
Gets the value of hwAvailable
longgetVideoMemory()
Gets the value of video_mem
longgetWmAvailable()
Gets the value of wmVailable
StringtoString()

Field Detail

swigVideoInfo

SDL_VideoInfo swigVideoInfo

Constructor Detail

SDLVideoInfo

protected SDLVideoInfo(SDL_VideoInfo swigVideoInfo)

Method Detail

getBlit_fill

public long getBlit_fill()
Gets the value of blit_fill

Returns: the value of blit_fill

getBlit_hw

public long getBlit_hw()
Gets the value of blit_hw

Returns: the value of blit_hw

getBlit_hw_A

public long getBlit_hw_A()
Gets the value of blit_hw_A

Returns: the value of blit_hw_A

getBlit_hw_CC

public long getBlit_hw_CC()
Gets the value of blit_hw_CC

Returns: the value of blit_hw_CC

getBlit_sw

public long getBlit_sw()
Gets the value of blit_sw

Returns: the value of blit_sw

getBlit_sw_A

public long getBlit_sw_A()
Gets the value of blit_sw_A

Returns: the value of blit_sw_A

getBlit_sw_CC

public long getBlit_sw_CC()
Gets the value of blit_sw_CC

Returns: the value of blit_sw_CC

getFormat

public SDLPixelFormat getFormat()

Returns: The SDLPixelFormat value

getHwAvailable

public long getHwAvailable()
Gets the value of hwAvailable

Returns: the value of hwAvailable

getVideoMemory

public long getVideoMemory()
Gets the value of video_mem

Returns: the value of video_mem

getWmAvailable

public long getWmAvailable()
Gets the value of wmVailable

Returns: the value of wmVailable

toString

public String toString()

Returns: A String representation of myself