public class QuadraticBezierCurveCommand extends BezierCurveCommand
| Modifier and Type | Method and Description |
|---|---|
javafx.geometry.Point2D |
getAbsoluteControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
Returns the control point, which is in absolute coordinates.
|
javafx.geometry.Point2D |
getAbsoluteEndControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
Returns the end control point, which is in absolute coordinates.
|
javafx.geometry.Point2D |
getAbsoluteStartControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
Returns the start control point, which is in absolute coordinates.
|
getAbsoluteEndPoint, getBoundingBox, getEndPointaddPoints, getDistanceX, getDistanceY, getMinX, getMinY, getValueOrFail, isAbsolutepublic javafx.geometry.Point2D getAbsoluteControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
throws PathException
absoluteCurrentPoint - the absolute current position of a path.Point2D describing the control point.PathException - if the command is relative but the provided point is null.public javafx.geometry.Point2D getAbsoluteStartControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
throws PathException
getAbsoluteStartControlPoint in class BezierCurveCommandabsoluteCurrentPoint - the absolute current position of a path.Point2D describing the start control point.PathExceptionpublic javafx.geometry.Point2D getAbsoluteEndControlPoint(javafx.geometry.Point2D absoluteCurrentPoint)
throws PathException
getAbsoluteEndControlPoint in class BezierCurveCommandabsoluteCurrentPoint - the absolute current position of a path.Point2D describing the end control point.PathExceptionCopyright © 2017 Saxonia Systems AG. All rights reserved.