org.jfree.chart.renderer.category

Class CategoryStepRenderer.State

protected static class CategoryStepRenderer.State extends CategoryItemRendererState

State information for the renderer.
Field Summary
Line2Dline
A working line for re-use to avoid creating large numbers of objects.
Constructor Summary
State(PlotRenderingInfo info)
Creates a new state instance.

Field Detail

line

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

Constructor Detail

State

public State(PlotRenderingInfo info)
Creates a new state instance.

Parameters: info collects plot rendering information (null permitted).

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.