public class BezierCurveControls extends Object
controlPoint1 belongs to that point and defines the outgoing
of the curve. point is the end point of the curve and controlPoint2
defines the incoming of the curve.| Modifier and Type | Field and Description |
|---|---|
private javafx.geometry.Point2D |
controlPoint1 |
private javafx.geometry.Point2D |
controlPoint2 |
private javafx.geometry.Point2D |
point |
| Constructor and Description |
|---|
BezierCurveControls() |
| Modifier and Type | Method and Description |
|---|---|
javafx.geometry.Point2D |
getControlPoint1()
Retrieve the outgoing control point for
the start point of this segment of the curve.
|
javafx.geometry.Point2D |
getControlPoint2()
Retrieve the incoming control point for
the end point of this segment of the curve.
|
javafx.geometry.Point2D |
getPoint()
Retrieve the enpoint of the curve.
|
private final javafx.geometry.Point2D point
private final javafx.geometry.Point2D controlPoint1
private final javafx.geometry.Point2D controlPoint2
public javafx.geometry.Point2D getPoint()
public javafx.geometry.Point2D getControlPoint1()
public javafx.geometry.Point2D getControlPoint2()
pointCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.