|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmhframework.MHVideoSettings
public class MHVideoSettings
Class used for requesting specific video mode parameters. Think of it as a bean, albeit an improper one.
Field Summary | |
---|---|
int |
bitDepth
|
int |
displayHeight
|
int |
displayWidth
|
boolean |
fullScreen
|
java.lang.String |
windowCaption
|
Constructor Summary | |
---|---|
MHVideoSettings()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int displayWidth
public int displayHeight
public int bitDepth
public java.lang.String windowCaption
public boolean fullScreen
Constructor Detail |
---|
public MHVideoSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |