com.androidplot.xy
Class LineAndPointFormatter
java.lang.Object
com.androidplot.ui.widget.Formatter
com.androidplot.xy.XYSeriesFormatter<XYRegionFormatter>
com.androidplot.xy.LineAndPointFormatter
- Direct Known Subclasses:
- BezierLineAndPointFormatter, StepFormatter
public class LineAndPointFormatter
- extends XYSeriesFormatter<XYRegionFormatter>
LineAndPointFormatter
public LineAndPointFormatter(Integer lineColor,
Integer vertexColor,
Integer fillColor)
- Set corresponding parameter to null to disable the drawing of lines, vertexes or fill.
- Parameters:
lineColor - vertexColor - fillColor -
getLinePaint
public android.graphics.Paint getLinePaint()
setLinePaint
public void setLinePaint(android.graphics.Paint linePaint)
getVertexPaint
public android.graphics.Paint getVertexPaint()
setVertexPaint
public void setVertexPaint(android.graphics.Paint vertexPaint)
getFillPaint
public android.graphics.Paint getFillPaint()
setFillPaint
public void setFillPaint(android.graphics.Paint fillPaint)
Copyright © 2011. All Rights Reserved.