Uses of Enum Class
javafx.scene.shape.CullFace
Package
Description
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
-
Uses of CullFace in javafx.scene.shape
Modifier and TypeMethodDescriptionfinal CullFace
Shape3D.getCullFace()
Gets the value of thecullFace
property.static CullFace
Returns the enum constant of this class with the specified name.static CullFace[]
CullFace.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal ObjectProperty
<CullFace> Shape3D.cullFaceProperty()
Defines the cullFace thisShape3D
.Modifier and TypeMethodDescriptionfinal void
Shape3D.setCullFace
(CullFace value) Sets the value of thecullFace
property.