Uses of Enum Class
javafx.scene.shape.CullFace
Packages that use 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
Methods in javafx.scene.shape that return CullFaceModifier 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.Methods in javafx.scene.shape that return types with arguments of type CullFaceModifier and TypeMethodDescriptionfinal ObjectProperty<CullFace>
Shape3D.cullFaceProperty()
Defines the cullFace thisShape3D
.Methods in javafx.scene.shape with parameters of type CullFaceModifier and TypeMethodDescriptionfinal void
Shape3D.setCullFace
(CullFace value) Sets the value of thecullFace
property.