public class CubicBezierCurveCommand extends BezierCurveCommand
| Modifier and Type | Method and Description |
|---|---|
javafx.geometry.Point2D |
getAbsoluteEndControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
Returns the
endControlPoint which is in absolute coordinates. |
javafx.geometry.Point2D |
getAbsoluteStartControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
Returns the
startControlPoint which is in absolute coordinates. |
getAbsoluteEndPoint, getBoundingBox, getEndPointaddPoints, getDistanceX, getDistanceY, getMinX, getMinY, getValueOrFail, isAbsolutepublic javafx.geometry.Point2D getAbsoluteStartControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
throws PathException
startControlPoint which is in absolute coordinates.getAbsoluteStartControlPoint in class BezierCurveCommandabsoluteCurrentPoint - the absolute current position of a path.startControlPoint which is in absolute coordinates.PathExceptionpublic javafx.geometry.Point2D getAbsoluteEndControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
throws PathException
endControlPoint which is in absolute coordinates.getAbsoluteEndControlPoint in class BezierCurveCommandabsoluteCurrentPoint - the absolute current position of a path.endControlPoint which is in absolute coordinates.PathExceptionCopyright © 2017 Saxonia Systems AG. All rights reserved.