Package | Description |
---|---|
com.sun.javafx.geom | |
com.sun.javafx.sg.prism | |
com.sun.prism.impl | |
com.sun.prism.sw | |
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 |
---|---|
Ellipse2D |
Ellipse2D.copy() |
Constructor and Description |
---|
EllipseIterator(Ellipse2D e,
BaseTransform tx) |
Modifier and Type | Field and Description |
---|---|
private Ellipse2D |
NGCircle.ellipse |
private Ellipse2D |
NGEllipse.ellipse |
Modifier and Type | Field and Description |
---|---|
protected static Ellipse2D |
BaseGraphics.scratchEllipse |
Modifier and Type | Field and Description |
---|---|
private Ellipse2D |
SWGraphics.ellipse2d |
Modifier and Type | Field and Description |
---|---|
private Ellipse2D |
Ellipse.shape |
private Ellipse2D |
Circle.shape |
Modifier and Type | Method and Description |
---|---|
Ellipse2D |
Ellipse.impl_configShape()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Ellipse2D |
Circle.impl_configShape()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|