@FunctionalInterface
protected static interface BarOverlayRenderer.ProcessBars
Modifier and Type | Method and Description |
---|---|
void |
invoke(int seriesIndex,
int dataIndex,
java.awt.geom.Rectangle2D bounds,
boolean oppositeDirection)
Passes coordinates of bar corresponding to a data value to the lambda.
|
void invoke(int seriesIndex, int dataIndex, java.awt.geom.Rectangle2D bounds, boolean oppositeDirection)
seriesIndex
- An integer index of series in Series list.dataIndex
- An integer index of data item in specified series.bounds
- A Rectangle2D representing the boundaries of current bar.