Returns the enum
constant of this type with the specified name.
Returns the enum
constant of this type with the specified name.
the name of the constant to return
IllegalArgumentException
If the specified enum
type has no constant with the specified name,
or the specified class object does not represent an enum
type.
Converts a JavaFX enum
to its respective SFXEnumDelegate
.
Converts a JavaFX enum
to its respective SFXEnumDelegate
.
JavaFX enum
scalafx.delegate.SFXEnumDelegate
equivalent to argument.
Converts a SFXEnumDelegate
to its respective JavaFX Enum
.
Converts a SFXEnumDelegate
to its respective JavaFX Enum
.
SFXEnumDelegate
instance
Delegated enum
Contain constants which will be source for values
List
Contain constants which will be source for values
List
Returns a List containing the constants of this enum
type, in the order they are declared.
Returns a List containing the constants of this enum
type, in the order they are declared.
(Since version 2.2.60) Use BaselineCenter; BASELINE_CENTER will be removed in a future release
(Since version 2.2.60) Use BaselineLeft; BASELINE_LEFT will be removed in a future release
(Since version 2.2.60) Use BaselineRight; BASELINE_RIGHT will be removed in a future release
(Since version 2.2.60) Use BottomCenter; BOTTOM_CENTER will be removed in a future release
(Since version 2.2.60) Use BottomLeft; BOTTOM_LEFT will be removed in a future release
(Since version 2.2.60) Use BottomRight; BOTTOM_RIGHT will be removed in a future release
(Since version 2.2.60) Use Center; CENTER will be removed in a future release
(Since version 2.2.60) Use CenterLeft; CENTER_LEFT will be removed in a future release
(Since version 2.2.60) Use CenterRight; CENTER_RIGHT will be removed in a future release
(Since version 2.2.60) Use TopCenter; TOP_CENTER will be removed in a future release
(Since version 2.2.60) Use TopLeft; TOP_LEFT will be removed in a future release
(Since version 2.2.60) Use TopRight; TOP_RIGHT will be removed in a future release
Wrapper for javafx.geometry.Pos