Perform back-face culling.
Perform back-face culling.
All back-faces, identified by clockwise vertex winding, will be culled.
Perform front-face culling.
Perform front-face culling.
All front-faces, identified by counterclockwise vertex winding, will be culled.
Perform no face culling.
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.
Perform back-face culling.
Perform back-face culling.
All back-faces, identified by clockwise vertex winding, will be culled.
(Since version 8.0.0-M4) Use Back instead; BACK will be removed in a future release.
Perform front-face culling.
Perform front-face culling.
All front-faces, identified by counterclockwise vertex winding, will be culled.
(Since version 8.0.0-M4) Use Front instead; FRONT will be removed in a future release.
Perform no face culling.
Perform no face culling.
(Since version 8.0.0-M4) Use None instead; NONE will be removed in a future release.
Wrapper for javafx.scene.shape.CullFace