@FunctionalInterface
protected static interface PieRadarRenderer.ProcessSectors
Modifier and Type | Method and Description |
---|---|
void |
invoke(int seriesIndex,
java.util.List<java.awt.geom.Point2D> points,
java.util.List<java.awt.geom.GeneralPath> paths)
Passes coordinates of the sector corresponding to a data value to the lambda.
|
void invoke(int seriesIndex, java.util.List<java.awt.geom.Point2D> points, java.util.List<java.awt.geom.GeneralPath> paths)
seriesIndex
- An integer index of series in Series list.points
- A list of PointF values containing the plot coordinates corresponding to data items.paths
- A list of GraphicsPath objects representing pie-radar sectors.