public interface CurveFactory
Curve.| Modifier and Type | Method and Description |
|---|---|
Curve |
create(int curveIndex,
int numberOfCurves,
ClippingShape clippingShape,
Legend legend)
Creates a new curve instance.
|
Curve create(int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend)
curveIndex - The index of the curve in the Plot to which
it should belong.numberOfCurves - Number of curves. Will be needed to calculate the
y-coordinate of the legend symbol.clippingShape - Clipping shape applied to the curve.legend - The legend which will show the curve symbol.Copyright © 2016. All Rights Reserved.