Uses of Class
org.deken.game.graphics.DisplayManager.ScreenSize

Packages that use DisplayManager.ScreenSize
org.deken.game.graphics Begin with a one sentence summary about this package. 
 

Uses of DisplayManager.ScreenSize in org.deken.game.graphics
 

Methods in org.deken.game.graphics that return DisplayManager.ScreenSize
static DisplayManager.ScreenSize DisplayManager.ScreenSize.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DisplayManager.ScreenSize[] DisplayManager.ScreenSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deken.game.graphics with parameters of type DisplayManager.ScreenSize
static java.awt.DisplayMode DisplayManager.getDisplayMode(DisplayManager.ScreenSize screenSize, int colorDepth)
          getDisplayMode
static java.awt.DisplayMode DisplayManager.getDisplayMode(DisplayManager.ScreenSize screenSize, int colorDepth, int refreshRate)