static class StackedXYAreaRenderer.StackedXYAreaRendererState extends XYItemRendererState
| Modifier and Type | Field and Description |
|---|---|
private java.util.Stack |
currentSeriesPoints
The points for the current series.
|
private java.util.Stack |
lastSeriesPoints
The points from the last series.
|
private java.awt.geom.Line2D |
line
The line.
|
private java.awt.Polygon |
seriesArea
The area for the current series.
|
workingLine| Constructor and Description |
|---|
StackedXYAreaRendererState(PlotRenderingInfo info)
Creates a new state for the renderer.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Stack |
getCurrentSeriesPoints()
Returns the current series points.
|
java.util.Stack |
getLastSeriesPoints()
Returns the last series points.
|
java.awt.geom.Line2D |
getLine()
Returns the working line.
|
java.awt.Polygon |
getSeriesArea()
Returns the series area.
|
void |
setCurrentSeriesPoints(java.util.Stack points)
Sets the current series points.
|
void |
setLastSeriesPoints(java.util.Stack points)
Sets the last series points.
|
void |
setSeriesArea(java.awt.Polygon area)
Sets the series area.
|
endSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnly, startSeriesPassgetEntityCollection, getInfoprivate java.awt.Polygon seriesArea
private java.awt.geom.Line2D line
private java.util.Stack lastSeriesPoints
private java.util.Stack currentSeriesPoints
public StackedXYAreaRendererState(PlotRenderingInfo info)
info - the plot rendering info.public java.awt.Polygon getSeriesArea()
public void setSeriesArea(java.awt.Polygon area)
area - the area.public java.awt.geom.Line2D getLine()
public java.util.Stack getCurrentSeriesPoints()
public void setCurrentSeriesPoints(java.util.Stack points)
points - the points.public java.util.Stack getLastSeriesPoints()
public void setLastSeriesPoints(java.util.Stack points)
points - the points.