| Package | Description |
|---|---|
| com.sun.javafx.geom | |
| 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 | Method and Description |
|---|---|
Arc2D |
Arc2D.copy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Arc2D.setArc(Arc2D a)
Sets this arc to be the same as the specified arc.
|
| Constructor and Description |
|---|
ArcIterator(Arc2D a,
BaseTransform at) |
| Modifier and Type | Field and Description |
|---|---|
private Arc2D |
NGArc.arc |
private static Arc2D |
NGCanvas.TEMP_ARC |
| Modifier and Type | Field and Description |
|---|---|
private Arc2D |
Arc.shape |
| Modifier and Type | Method and Description |
|---|---|
Arc2D |
Arc.impl_configShape()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|