org.jfree.chart.renderer.category

Class CategoryStepRenderer.State

Enclosing Class:
CategoryStepRenderer

protected static class CategoryStepRenderer.State
extends CategoryItemRendererState

State information for the renderer.

Field Summary

Line2D
line
A working line for re-use to avoid creating large numbers of objects.

Constructor Summary

State(PlotRenderingInfo info)
Creates a new state instance.

Method Summary

Methods inherited from class org.jfree.chart.renderer.category.CategoryItemRendererState

getBarWidth, getSeriesRunningTotal, setBarWidth

Methods inherited from class org.jfree.chart.renderer.RendererState

getEntityCollection, getInfo

Field Details

line

public Line2D line
A working line for re-use to avoid creating large numbers of objects.

Constructor Details

State

public State(PlotRenderingInfo info)
Creates a new state instance.
Parameters:
info - collects plot rendering information (null permitted).