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.
Returns FontWeight by its name.
Returns the closest javafx.scene.text.FontWeight for a weight value as defined by the CSS and OpenType specifications.
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 Black; BLACK will be removed in a future release
(Since version 2.2.60) Use Bold; BOLD will be removed in a future release
(Since version 2.2.60) Use ExtraBold; EXTRA_BOLD will be removed in a future release
(Since version 2.2.60) Use ExtraLight; EXTRA_LIGHT will be removed in a future release
(Since version 2.2.60) Use Light; LIGHT will be removed in a future release
(Since version 2.2.60) Use Medium; MEDIUM will be removed in a future release
(Since version 2.2.60) Use Normal; NORMAL will be removed in a future release
(Since version 2.2.60) Use SemiBold; SEMI_BOLD will be removed in a future release
(Since version 2.2.60) Use Thin; THIN will be removed in a future release
Wrapper for javafx.scene.text.FontWeight