Java org.jfree.chart.renderer.category CategoryItemRendererState fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.renderer.category.CategoryItemRendererState has subclasses.
Click this link to see all its subclasses.

Method

doublegetBarWidth()
Returns the bar width.
CategoryCrosshairStategetCrosshairState()
Returns the crosshair state, if any.
EntityCollectiongetEntityCollection()
A convenience method that returns a reference to the entity collection (may be null) being used to record chart entities.
PlotRenderingInfogetInfo()
Returns the plot rendering info.
intgetVisibleSeriesCount()
Returns the number of visible series or -1 if no visible series have been specified.
intgetVisibleSeriesIndex(int rowIndex)
Returns the index of the row relative to the visible rows.
voidsetBarWidth(double width)
Sets the bar width.
voidsetCrosshairState(CategoryCrosshairState state)
Sets the crosshair state.