com.androidplot.xy
Class LineAndPointFormatter
java.lang.Object
com.androidplot.ui.widget.formatter.Formatter
com.androidplot.xy.XYSeriesFormatter
com.androidplot.xy.LineAndPointFormatter
public class LineAndPointFormatter
- extends XYSeriesFormatter
Constructor Summary |
LineAndPointFormatter(int lineColor,
int vertexColor)
Creates a new LineAndPointFormatter using default Paint configurations
for line and vertex, but using the specified colors. |
LineAndPointFormatter(android.graphics.Paint linePaint,
android.graphics.Paint vertexPaint)
|
LineAndPointFormatter
public LineAndPointFormatter(android.graphics.Paint linePaint,
android.graphics.Paint vertexPaint)
LineAndPointFormatter
public LineAndPointFormatter(int lineColor,
int vertexColor)
- Creates a new LineAndPointFormatter using default Paint configurations
for line and vertex, but using the specified colors.
- Parameters:
lineColor
- vertexColor
-
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)
Copyright © 2011. All Rights Reserved.