-
Packages that use CullFace
Package |
Description |
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
-
-
Methods in javafx.scene.shape that return CullFace
Modifier and Type |
Method |
Description |
CullFace |
Shape3D.getCullFace() |
Gets the value of the property cullFace.
|
static CullFace |
CullFace.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CullFace[] |
CullFace.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|