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 | Field and Description |
---|---|
(package private) Line2D |
LineIterator.line |
Modifier and Type | Method and Description |
---|---|
Line2D |
Line2D.copy() |
Modifier and Type | Method and Description |
---|---|
boolean |
Line2D.intersectsLine(Line2D l)
Tests if the specified line segment intersects this line segment.
|
void |
Line2D.setLine(Line2D l)
Sets the location of the end points of this
Line2D to
the same as those end points of the specified Line2D . |
Constructor and Description |
---|
LineIterator(Line2D l,
BaseTransform tx) |
Modifier and Type | Field and Description |
---|---|
private Line2D |
NGLine.line |
Modifier and Type | Field and Description |
---|---|
protected static Line2D |
BaseGraphics.scratchLine |
Modifier and Type | Field and Description |
---|---|
private Line2D |
SWGraphics.line2d |
Modifier and Type | Field and Description |
---|---|
private Line2D |
Line.shape |
Modifier and Type | Method and Description |
---|---|
Line2D |
Line.impl_configShape()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|