sdljava.video

Class SDLVideoMode

public class SDLVideoMode extends 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
intbpp
intflags
intheight
intwidth
Method Summary
intgetBpp()
Gets the value of bpp
intgetFlags()
Gets the value of flags
intgetHeight()
Gets the value of height
intgetWidth()
Gets the value of width

Field Detail

bpp

int bpp

flags

int flags

height

int height

width

int width

Method Detail

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

getHeight

public int getHeight()
Gets the value of height

Returns: the value of height

getWidth

public int getWidth()
Gets the value of width

Returns: the value of width