public class BezierCurveControls
extends java.lang.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.| Constructor | Description |
|---|---|
BezierCurveControls() |
| Modifier and Type | Method | 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.
|
public javafx.geometry.Point2D getPoint()
public javafx.geometry.Point2D getControlPoint1()
public javafx.geometry.Point2D getControlPoint2()
pointCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.