|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.achartengine.renderer.SimpleSeriesRenderer
org.achartengine.renderer.XYSeriesRenderer
public class XYSeriesRenderer
A renderer for the XY type series.
| Constructor Summary | |
|---|---|
XYSeriesRenderer()
|
|
| Method Summary | |
|---|---|
int |
getFillBelowLineColor()
Returns the fill below line color. |
float |
getLineWidth()
Returns the chart line width. |
PointStyle |
getPointStyle()
Returns the point style. |
boolean |
isFillBelowLine()
Returns if the chart should be filled below the line. |
boolean |
isFillPoints()
Returns if the chart points should be filled. |
void |
setFillBelowLine(boolean fill)
Sets if the line chart should be filled below its line. |
void |
setFillBelowLineColor(int color)
Sets the fill below the line color. |
void |
setFillPoints(boolean fill)
Sets if the chart points should be filled. |
void |
setLineWidth(float lineWidth)
Sets the chart line width. |
void |
setPointStyle(PointStyle style)
Sets the point style. |
| Methods inherited from class org.achartengine.renderer.SimpleSeriesRenderer |
|---|
getChartValuesSpacing, getChartValuesTextAlign, getChartValuesTextSize, getColor, getGradientStartColor, getGradientStartValue, getGradientStopColor, getGradientStopValue, getStroke, isDisplayChartValues, isGradientEnabled, setChartValuesSpacing, setChartValuesTextAlign, setChartValuesTextSize, setColor, setDisplayChartValues, setGradientEnabled, setGradientStart, setGradientStop, setStroke |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XYSeriesRenderer()
| Method Detail |
|---|
public boolean isFillBelowLine()
public void setFillBelowLine(boolean fill)
fill - the fill below line flag valuepublic boolean isFillPoints()
public void setFillPoints(boolean fill)
fill - the points fill flag valuepublic int getFillBelowLineColor()
public void setFillBelowLineColor(int color)
color - the fill below line colorpublic PointStyle getPointStyle()
public void setPointStyle(PointStyle style)
style - the point stylepublic float getLineWidth()
public void setLineWidth(float lineWidth)
lineWidth - the line width
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||