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
Subclasses with type arguments of type CullFace in javafx.scene.shapeModifier and TypeClassDescriptionenumFace culling setting for use withShape3D.cullFaceMethods in javafx.scene.shape that return CullFaceModifier and TypeMethodDescriptionfinal CullFaceShape3D.getCullFace()Gets the value of thecullFaceproperty.static CullFaceReturns 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 voidShape3D.setCullFace(CullFace value) Sets the value of thecullFaceproperty.