Package | Description |
---|---|
com.sun.javafx.geom | |
com.sun.prism.impl | |
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 |
---|---|
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 . |
Modifier and Type | Field and Description |
---|---|
protected static Line2D |
BaseGraphics.scratchLine |
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
|
Copyright © 2020. All rights reserved.