|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sdljava.video.SDLVideoMode
public class SDLVideoMode
Class to represent a possible SDL Video Mode (not part of SDL)
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 |
---|
int width
int height
int bpp
int flags
Constructor Detail |
---|
public SDLVideoMode()
Method Detail |
---|
public int getWidth()
public int getHeight()
public int getBpp()
public int getFlags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |