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 Add; ADD will be removed in a future release
(Since version 2.2.60) Use Blue; BLUE will be removed in a future release
(Since version 2.2.60) Use ColorBurn; COLOR_BURN will be removed in a future release
(Since version 2.2.60) Use ColorDodge; COLOR_DODGE will be removed in a future release
(Since version 2.2.60) Use Darken; DARKEN will be removed in a future release
(Since version 2.2.60) Use Difference; DIFFERENCE will be removed in a future release
(Since version 2.2.60) Use Exclusion; EXCLUSION will be removed in a future release
(Since version 2.2.60) Use Green; GREEN will be removed in a future release
(Since version 2.2.60) Use HardLight; HARD_LIGHT will be removed in a future release
(Since version 2.2.60) Use Lighten; LIGHTEN will be removed in a future release
(Since version 2.2.60) Use Multiply; MULTIPLY will be removed in a future release
(Since version 2.2.60) Use Overlay; OVERLAY will be removed in a future release
(Since version 2.2.60) Use Red; RED will be removed in a future release
(Since version 2.2.60) Use Screen; SCREEN will be removed in a future release
(Since version 2.2.60) Use SoftLight; SOFT_LIGHT will be removed in a future release
(Since version 2.2.60) Use SrcAtop; SRC_ATOP will be removed in a future release
(Since version 2.2.60) Use SrcOver; SRC_OVER will be removed in a future release
Wrapper for scalafx.scene.effect.BlendMode