org.jfree.chart.renderer.category
Class CategoryStepRenderer.State
java.lang.Object
org.jfree.chart.renderer.RendererState
org.jfree.chart.renderer.category.CategoryItemRendererState
org.jfree.chart.renderer.category.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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
line
public Line2D line
- A working line for re-use to avoid creating large numbers of
objects.
CategoryStepRenderer.State
public CategoryStepRenderer.State(PlotRenderingInfo info)
- Creates a new state instance.
- Parameters:
info
- collects plot rendering information (null
permitted).
Copyright © 2001-2012 JFree.org. All Rights Reserved.