sdljava.video
Class SDLVideoMode

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

public class SDLVideoMode
extends java.lang.Object

Class to represent a possible SDL Video Mode (not part of SDL)

Version:
$Id: SDLVideoMode.java,v 1.3 2004/12/24 17:32:17 ivan_ganza Exp $
Author:
Ivan Z. Ganza

Field Summary
(package private)  int bpp
           
(package private)  int flags
           
(package private)  int height
           
(package private)  int width
           
 
Constructor Summary
SDLVideoMode()
           
 
Method Summary
 int getBpp()
          Gets the value of bpp
 int getFlags()
          Gets the value of flags
 int getHeight()
          Gets the value of height
 int getWidth()
          Gets the value of width
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

int width

height

int height

bpp

int bpp

flags

int flags
Constructor Detail

SDLVideoMode

public SDLVideoMode()
Method Detail

getWidth

public int getWidth()
Gets the value of width

Returns:
the value of width

getHeight

public int getHeight()
Gets the value of height

Returns:
the value of height

getBpp

public int getBpp()
Gets the value of bpp

Returns:
the value of bpp

getFlags

public int getFlags()
Gets the value of flags

Returns:
the value of flags