public enum StageScaleMode extends Enum<StageScaleMode>
| Enum Constant and Description |
|---|
EXACT_FIT |
NO_BORDER |
NO_SCALE |
SHOW_ALL |
| Modifier and Type | Method and Description |
|---|---|
String |
toNative() |
static StageScaleMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StageScaleMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StageScaleMode EXACT_FIT
public static final StageScaleMode NO_BORDER
public static final StageScaleMode NO_SCALE
public static final StageScaleMode SHOW_ALL
public static StageScaleMode[] values()
for (StageScaleMode c : StageScaleMode.values()) System.out.println(c);
public static StageScaleMode 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 nullpublic String toNative()
Copyright © 2013. All Rights Reserved.