@FunctionalInterface
protected static interface RadarRenderer.ProcessRange
Modifier and Type | Method and Description |
---|---|
void |
invoke(int seriesIndex,
java.util.List<java.awt.geom.Point2D> points)
Passes a list of points corresponding to a data range to the lambda.
|
void invoke(int seriesIndex, java.util.List<java.awt.geom.Point2D> points)
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.