Class BezierPath


  • public class BezierPath
    extends java.lang.Object
    A Bèzier path is made up by consecutive Bèzier curves. This model class is intended for use with CurveTo, as it contains a list of BezierCurveControls that define the curve.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Jan 06, 2016
    • Field Detail

      • startpoint

        private final javafx.geometry.Point2D startpoint
    • Constructor Detail

      • BezierPath

        public BezierPath()