public static class XYSeriesRenderer.FillOutsideLine extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XYSeriesRenderer.FillOutsideLine.Type |
Constructor and Description |
---|
FillOutsideLine(XYSeriesRenderer.FillOutsideLine.Type type)
The line fill behavior.
|
Modifier and Type | Method and Description |
---|---|
int |
getColor()
Returns the fill color.
|
int[] |
getFillRange()
Returns the fill range which is the minimum and maximum data index values
for the fill.
|
XYSeriesRenderer.FillOutsideLine.Type |
getType()
Returns the fill type.
|
void |
setColor(int color)
Sets the fill color
|
void |
setFillRange(int[] range)
Sets the fill range which is the minimum and maximum data index values
for the fill.
|
public FillOutsideLine(XYSeriesRenderer.FillOutsideLine.Type type)
type
- the fill typepublic int getColor()
public void setColor(int color)
color
- the fill colorpublic XYSeriesRenderer.FillOutsideLine.Type getType()
public int[] getFillRange()
public void setFillRange(int[] range)
range
- the fill range