mhframework
Class MHVideoSettings

java.lang.Object
  extended by mhframework.MHVideoSettings

public class MHVideoSettings
extends java.lang.Object

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

displayWidth

public int displayWidth

displayHeight

public int displayHeight

bitDepth

public int bitDepth

windowCaption

public java.lang.String windowCaption

fullScreen

public boolean fullScreen
Constructor Detail

MHVideoSettings

public MHVideoSettings()