Class PathElement2ifx.QuadPathElement2ifx

    • Constructor Detail

      • QuadPathElement2ifx

        QuadPathElement2ifx​(javafx.beans.property.IntegerProperty fromx,
                            javafx.beans.property.IntegerProperty fromy,
                            javafx.beans.property.IntegerProperty ctrlx,
                            javafx.beans.property.IntegerProperty ctrly,
                            javafx.beans.property.IntegerProperty tox,
                            javafx.beans.property.IntegerProperty toy)
        Constructor.
        Parameters:
        fromx - x coordinate of the origin point.
        fromy - y coordinate of the origin point.
        ctrlx - x coordinate of the control point.
        ctrly - y coordinate of the control point.
        tox - x coordinate of the target point.
        toy - y coordinate of the target point.
      • QuadPathElement2ifx

        QuadPathElement2ifx​(Point2ifx fromPoint,
                            Point2ifx ctrlPoint,
                            Point2ifx toPoint)
        Constructor by setting.
        Parameters:
        fromPoint - the point to set as the origin point.
        ctrlPoint - the point to set as the control point.
        toPoint - the point to set as the target point.