public interface FastXYSeries extends XYSeries
XYSeries that defines additional methods to speed up rendering by
giving a hint to the renderer about the min/max values contained in the series.| Modifier and Type | Method and Description |
|---|---|
RectRegion |
minMax()
TIP: You can use
RectRegion.union(Number, Number) during
to keep a running tally of min/max values when iterating. |
RectRegion minMax()
RectRegion.union(Number, Number) during
to keep a running tally of min/max values when iterating.RectRegion representing the min/max values that currently exist this series.