sdljava.video
Class SDLVideoInfo

java.lang.Object
  extended by sdljava.video.SDLVideoInfo

public class SDLVideoInfo
extends java.lang.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
todo
Finish SWIG integration

Field Summary
(package private)  SDL_VideoInfo swigVideoInfo
           
 
Constructor Summary
protected SDLVideoInfo(SDL_VideoInfo swigVideoInfo)
           
 
Method Summary
 long getBlit_fill()
          Gets the value of blit_fill
 long getBlit_hw_A()
          Gets the value of blit_hw_A
 long getBlit_hw_CC()
          Gets the value of blit_hw_CC
 long getBlit_hw()
          Gets the value of blit_hw
 long getBlit_sw_A()
          Gets the value of blit_sw_A
 long getBlit_sw_CC()
          Gets the value of blit_sw_CC
 long getBlit_sw()
          Gets the value of blit_sw
 SDLPixelFormat getFormat()
           
 long getHwAvailable()
          Gets the value of hwAvailable
 long getVideoMemory()
          Gets the value of video_mem
 long getWmAvailable()
          Gets the value of wmVailable
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

swigVideoInfo

SDL_VideoInfo swigVideoInfo
Constructor Detail

SDLVideoInfo

protected SDLVideoInfo(SDL_VideoInfo swigVideoInfo)
Method Detail

getHwAvailable

public long getHwAvailable()
Gets the value of hwAvailable

Returns:
the value of hwAvailable

getWmAvailable

public long getWmAvailable()
Gets the value of wmVailable

Returns:
the value of wmVailable

getBlit_hw

public long getBlit_hw()
Gets the value of blit_hw

Returns:
the value of blit_hw

getBlit_hw_CC

public long getBlit_hw_CC()
Gets the value of blit_hw_CC

Returns:
the value of blit_hw_CC

getBlit_hw_A

public long getBlit_hw_A()
Gets the value of blit_hw_A

Returns:
the value of blit_hw_A

getBlit_sw

public long getBlit_sw()
Gets the value of blit_sw

Returns:
the value of blit_sw

getBlit_sw_CC

public long getBlit_sw_CC()
Gets the value of blit_sw_CC

Returns:
the value of blit_sw_CC

getBlit_sw_A

public long getBlit_sw_A()
Gets the value of blit_sw_A

Returns:
the value of blit_sw_A

getBlit_fill

public long getBlit_fill()
Gets the value of blit_fill

Returns:
the value of blit_fill

getVideoMemory

public long getVideoMemory()
Gets the value of video_mem

Returns:
the value of video_mem

getFormat

public SDLPixelFormat getFormat()
Returns:
The SDLPixelFormat value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
A String representation of myself