@FunctionalInterface
protected static interface StackRenderer.ProcessStackRange
Modifier and Type | Method and Description |
---|---|
void |
invoke(int seriesIndex,
java.util.List<java.awt.geom.Point2D> points,
java.util.List<java.awt.geom.Point2D> prevPoints)
Passes all points corresponding to current range to the lambda.
|
void invoke(int seriesIndex, java.util.List<java.awt.geom.Point2D> points, java.util.List<java.awt.geom.Point2D> prevPoints)
seriesIndex
- An integer index of series in Series list.points
- A list of Point2D values containing the Plot2D coordinates corresponding to data items in currently visible range.prevPoints
- A list of Point2D values containing the Plot2D coordinates corresponding to previous series in currently visible range.