public interface IBezierPriceCurve
| Modifier and Type | Method and Description |
|---|---|
javafx.geometry.Point2D |
getControlPoint1()
Retrieve the first control point controlling the tangential leaving of the curve at the start.
|
javafx.geometry.Point2D |
getControlPoint2()
Retrieve the second control point controlling the tangential entering into the end point.
|
javafx.geometry.Point2D |
getEnd()
Get the end point for the bezier curve, where x == saturation
|
javafx.geometry.Point2D |
getStart()
Get the start point for the bezier curve, where x == 0.
|
javafx.geometry.Point2D getStart()
javafx.geometry.Point2D getEnd()
javafx.geometry.Point2D getControlPoint1()
javafx.geometry.Point2D getControlPoint2()
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.