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 |
---|---|
protected NGShape.Mode |
NGShape.mode |
Modifier and Type | Method and Description |
---|---|
NGShape.Mode |
NGShape.getMode() |
static NGShape.Mode |
NGShape.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NGShape.Mode[] |
NGShape.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NGShape.setMode(NGShape.Mode mode) |
Modifier and Type | Field and Description |
---|---|
protected NGShape.Mode |
Shape.impl_mode
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
private NGShape.Mode |
Shape.computeMode() |