Class BezierPath
- java.lang.Object
-
- ch.sahits.game.openpatrician.javafx.model.BezierPath
-
public class BezierPath extends java.lang.ObjectA 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
-
-
Constructor Summary
Constructors Constructor Description BezierPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSegment(BezierCurveControls segment)
-
-
-
Method Detail
-
addSegment
public void addSegment(BezierCurveControls segment)
-
-