Package | Description |
---|---|
javafx.scene.shape3d |
Provides the set of 3D classes for defining and performing operations on
objects related to three-dimensional geometry.
|
Modifier and Type | Field and Description |
---|---|
private DrawMode |
Shape3DBuilder.drawMode |
Modifier and Type | Field and Description |
---|---|
private javafx.beans.property.ObjectProperty<DrawMode> |
Shape3D.drawMode
Defines the drawMode this
Shape3D . |
Modifier and Type | Method and Description |
---|---|
DrawMode |
Shape3D.getDrawMode()
Gets the value of the property drawMode.
|
static DrawMode |
DrawMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrawMode[] |
DrawMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<DrawMode> |
Shape3D.drawModeProperty()
Defines the drawMode this
Shape3D . |
Modifier and Type | Method and Description |
---|---|
B |
Shape3DBuilder.drawMode(DrawMode x)
Set the value of the
drawMode property for the instance constructed by this builder. |
void |
Shape3D.setDrawMode(DrawMode value)
Sets the value of the property drawMode.
|
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.