public static class PiecewiseCurve.Builder extends CurveInterpolation.Builder implements CurveBuilder
| Constructor and Description |
|---|
Builder(PiecewiseCurve piecewiseCurve)
Create a CurveBuilder from a given piecewiseCurve
|
| Modifier and Type | Method and Description |
|---|---|
Curve |
build()
Build the curve.
|
addPoint, setExtrapolationMethod, setInterpolationEntity, setInterpolationMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPointpublic Builder(PiecewiseCurve piecewiseCurve) throws CloneNotSupportedException
piecewiseCurve - The piecewise curve from which to copy the fixed part upon build().CloneNotSupportedException - Thrown, when the base curve could not be cloned.public Curve build() throws CloneNotSupportedException
CurveBuilderbuild in interface CurveBuilderbuild in class CurveInterpolation.BuilderCloneNotSupportedException - Thrown if the curve could not be build (likely due to a template throwing CloneNotSupportedException.Copyright © 2019. All rights reserved.