public static class XYSeriesRenderer.FillOutsideLine

  1. Object
  2. XYSeriesRenderer.FillOutsideLine
A descriptor for the line fill behavior.

Nested types

enum XYSeriesRenderer.FillOutsideLine.Type

Constructors

public FillOutsideLine(XYSeriesRenderer.FillOutsideLine.Type type)The line fill behavior.

Methods

public int getColor()Returns the fill color.
public void setColor(int color)Sets the fill color
public XYSeriesRenderer.FillOutsideLine.Type getType()Returns the fill type.
public int[] getFillRange()Returns the fill range which is the minimum and maximum data index values for the fill.
public void setFillRange(int[] range)Sets the fill range which is the minimum and maximum data index values for the fill.

Inherited methods

Constructor details

FillOutsideLine

public FillOutsideLine(XYSeriesRenderer.FillOutsideLine.Type type)
The line fill behavior.

Parameters

type XYSeriesRenderer.FillOutsideLine.Type
the fill type

Method details

getColor

public int getColor()
Returns the fill color.

Returns

the fill color

setColor

public void setColor(int color)
Sets the fill color

Parameters

color int
the fill color

getType

public XYSeriesRenderer.FillOutsideLine.Type getType()
Returns the fill type.

Returns

the fill type

getFillRange

public int[] getFillRange()
Returns the fill range which is the minimum and maximum data index values for the fill.

Returns

the fill range

setFillRange

public void setFillRange(int[] range)
Sets the fill range which is the minimum and maximum data index values for the fill.

Parameters

range int[]
the fill range