The {@link XYPlot} can make multiple passes through the dataset,depending on the value returned by the renderer's initialise() method.
@param g2 the graphics device.
@param state the renderer state.
@param dataArea the area within which the data is being rendered.
@param info collects drawing info.
@param plot the plot (can be used to obtain standard color information etc).
@param domainAxis the domain axis.
@param rangeAxis the range axis.
@param dataset the dataset.
@param series the series index (zero-based).
@param item the item index (zero-based).
@param crosshairState crosshair information for the plot (null
permitted).
@param pass the pass index.
|
|
|
|