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()
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.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<CullFace> |
Shape3D.cullFaceProperty()
Defines the cullFace this
Shape3D . |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
Mesh.impl_computeIntersects(com.sun.javafx.geom.PickRay pickRay,
com.sun.javafx.scene.input.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 boolean |
TriangleMesh.impl_computeIntersects(com.sun.javafx.geom.PickRay pickRay,
com.sun.javafx.scene.input.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)
Sets the value of the property cullFace.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.