public static enum Graphics.WindowSettings extends Enum<Graphics.WindowSettings>
| Enum Constant and Description |
|---|
height |
maximised |
position |
preferredFrame |
preferredScreen |
screenId |
size |
width |
windowSettings |
x |
y |
| Modifier and Type | Method and Description |
|---|---|
static Graphics.WindowSettings |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Graphics.WindowSettings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Graphics.WindowSettings windowSettings
public static final Graphics.WindowSettings preferredScreen
public static final Graphics.WindowSettings screenId
public static final Graphics.WindowSettings size
public static final Graphics.WindowSettings width
public static final Graphics.WindowSettings height
public static final Graphics.WindowSettings preferredFrame
public static final Graphics.WindowSettings maximised
public static final Graphics.WindowSettings position
public static final Graphics.WindowSettings x
public static final Graphics.WindowSettings y
public static Graphics.WindowSettings[] values()
for (Graphics.WindowSettings c : Graphics.WindowSettings.values()) System.out.println(c);
public static Graphics.WindowSettings valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.