@FunctionalInterface
protected static interface CandlestickRenderer.ProcessCandlesticks
Modifier and Type | Method and Description |
---|---|
void |
invoke(int seriesIndex,
int dataIndex,
java.awt.geom.Point2D[] points,
java.awt.geom.Rectangle2D bounds)
Passes coordinates of candlestick corresponding to a data value to the lambda.
|
void invoke(int seriesIndex, int dataIndex, java.awt.geom.Point2D[] points, java.awt.geom.Rectangle2D bounds)
seriesIndex
- An integer index of series in Series list.dataIndex
- An integer index of data item in specified series.points
- An array of four points containing wick ends' coordinates.bounds
- A Rectangle2D representing the boundaries of current bar.