Class PiecewiseCurve.Builder

  • All Implemented Interfaces:
    CurveBuilder
    Enclosing class:
    PiecewiseCurve

    public static class PiecewiseCurve.Builder
    extends CurveInterpolation.Builder
    implements CurveBuilder
    A builder (following the builder pattern) for PiecewiseCurve objects. Allows to successively construct a curve object by adding points to its base points.
    Author:
    Christian Fries