Package | Description |
---|---|
com.sun.javafx.sg.prism | |
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
Modifier and Type | Field and Description |
---|---|
private DrawMode |
NGShape3D.drawMode |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<DrawMode> |
Shape3D.drawMode
Defines the draw mode used to render this
Shape3D . |
Modifier and Type | Method and Description |
---|---|
DrawMode |
Shape3D.getDrawMode() |
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 |
---|---|
ObjectProperty<DrawMode> |
Shape3D.drawModeProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Shape3D.setDrawMode(DrawMode value) |