com.androidplot.xy
Class LineAndPointFormatter

java.lang.Object
  extended by com.androidplot.ui.widget.formatter.Formatter
      extended by com.androidplot.xy.XYSeriesFormatter
          extended by com.androidplot.xy.LineAndPointFormatter
Direct Known Subclasses:
StepFormatter

public class LineAndPointFormatter
extends XYSeriesFormatter


Constructor Summary
LineAndPointFormatter(Integer lineColor, Integer vertexColor)
          Deprecated. 
LineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor)
           
LineAndPointFormatter(android.graphics.Paint linePaint, android.graphics.Paint vertexPaint)
          Deprecated. 
LineAndPointFormatter(android.graphics.Paint linePaint, android.graphics.Paint vertexPaint, android.graphics.Paint fillPaint)
           
 
Method Summary
 android.graphics.Paint getFillPaint()
           
 android.graphics.Paint getLinePaint()
           
 android.graphics.Paint getVertexPaint()
           
 void setFillPaint(android.graphics.Paint fillPaint)
           
 void setLinePaint(android.graphics.Paint linePaint)
           
 void setVertexPaint(android.graphics.Paint vertexPaint)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineAndPointFormatter

@Deprecated
public LineAndPointFormatter(android.graphics.Paint linePaint,
                                        android.graphics.Paint vertexPaint)
Deprecated. 


LineAndPointFormatter

public LineAndPointFormatter(android.graphics.Paint linePaint,
                             android.graphics.Paint vertexPaint,
                             android.graphics.Paint fillPaint)

LineAndPointFormatter

@Deprecated
public LineAndPointFormatter(Integer lineColor,
                                        Integer vertexColor)
Deprecated. 

Creates a new LineAndPointFormatter using default Paint configurations for line and vertex, but using the specified colors.

Parameters:
lineColor -
vertexColor -

LineAndPointFormatter

public LineAndPointFormatter(Integer lineColor,
                             Integer vertexColor,
                             Integer fillColor)
Method Detail

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.