Package | Description |
---|---|
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
Modifier and Type | Method and Description |
---|---|
CullFace |
Shape3D.getCullFace() |
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.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<CullFace> |
Shape3D.cullFaceProperty() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TriangleMesh.impl_computeIntersects(PickRay pickRay,
PickResultChooser pickResult,
Node candidate,
CullFace cullFace,
boolean reportFace)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected abstract boolean |
Mesh.impl_computeIntersects(PickRay pickRay,
PickResultChooser pickResult,
Node candidate,
CullFace cullFace,
boolean reportFace)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Shape3D.setCullFace(CullFace value) |
Copyright © 2020. All rights reserved.