Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
Modifier and Type | Class and Description |
---|---|
class |
PiePlotState
A renderer state.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoryItemRendererState
An object that retains temporary state information for a
CategoryItemRenderer . |
protected static class |
CategoryStepRenderer.State
State information for the renderer.
|
Modifier and Type | Class and Description |
---|---|
static class |
DeviationRenderer.State
A state object that is passed to each call to
drawItem . |
static class |
SamplingXYLineRenderer.State
Records the state for the renderer.
|
static class |
StandardXYItemRenderer.State
Records the state for the renderer.
|
protected class |
XYBarRenderer.XYBarRendererState
The state class used by this renderer.
|
class |
XYItemRendererState
The state for an
XYItemRenderer . |
static class |
XYLineAndShapeRenderer.State
Records the state for the renderer.
|
static class |
XYSplineRenderer.XYSplineState
Represents state information that applies to a single rendering of
a chart.
|