public class ModeUtil extends Object
| Constructor and Description |
|---|
ModeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static DisplayMode |
getDisplayMode(GraphicsDevice gd,
int width,
int height,
int desiredDepth,
int minimumDepth)
Gets a display mode that matches the specified parameters.
|
static String |
toString(DisplayMode mode)
Returns a string representation of the supplied display mode.
|
public static DisplayMode getDisplayMode(GraphicsDevice gd, int width, int height, int desiredDepth, int minimumDepth)
public static String toString(DisplayMode mode)
Copyright © 2015. All rights reserved.