Java org.jfree.chart.renderer.xy XYItemRendererState fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.renderer.xy XYItemRendererState fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.renderer.xy XYItemRendererState.

The text is from its open source code.

Subclass

org.jfree.chart.renderer.xy.XYItemRendererState has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidendSeriesPass(XYDataset dataset, int series, int firstItem, int lastItem, int pass, int passCount)
This method is called by the XYPlot when it ends a pass through the (visible) items in a series.
EntityCollectiongetEntityCollection()
A convenience method that returns a reference to the entity collection (may be null) being used to record chart entities.
intgetFirstItemIndex()
Returns the first item index (this is updated with each call to #startSeriesPass(XYDataset,int,int,int,int,int) .
PlotRenderingInfogetInfo()
Returns the plot rendering info.
intgetLastItemIndex()
Returns the last item index (this is updated with each call to #startSeriesPass(XYDataset,int,int,int,int,int) .
booleangetProcessVisibleItemsOnly()
Returns the flag that controls whether the plot passes all data items in each series to the renderer, or just the visible items.
voidsetProcessVisibleItemsOnly(boolean flag)
Sets the flag that controls whether the plot passes all data items in each series to the renderer, or just the visible items.
voidstartSeriesPass(XYDataset dataset, int series, int firstItem, int lastItem, int pass, int passCount)
This method is called by the XYPlot when it starts a pass through the (visible) items in a series.