com.androidplot.data
Class DatasetSeriesFormat

java.lang.Object
  extended by com.androidplot.data.DatasetSeriesFormat
Direct Known Subclasses:
XYDatasetSeriesFormat

public class DatasetSeriesFormat
extends Object

Graphical format to be applied to a series within a dataset.


Constructor Summary
DatasetSeriesFormat()
           
 
Method Summary
 android.graphics.Paint getBorderPaint()
          Set the Paint used to draw the vertices of this series line //* @param vertexPaint
 android.graphics.Paint getLinePaint()
          Get the Paint used to draw this series line
 boolean isDrawLinesEnabled()
           
 boolean isDrawVerticesEnabled()
           
 void setBorderPaint(android.graphics.Paint borderPaint)
           
 void setDrawLinesEnabled(boolean drawLinesEnabled)
           
 void setDrawVerticesEnabled(boolean drawVerticesEnabled)
           
 void setLinePaint(android.graphics.Paint linePaint)
          Set the Paint used to draw this series line
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetSeriesFormat

public DatasetSeriesFormat()
Method Detail

getLinePaint

public android.graphics.Paint getLinePaint()
Get the Paint used to draw this series line

Returns:
linePaint

setLinePaint

public void setLinePaint(android.graphics.Paint linePaint)
Set the Paint used to draw this series line

Parameters:
linePaint -

getBorderPaint

public android.graphics.Paint getBorderPaint()
Set the Paint used to draw the vertices of this series line //* @param vertexPaint


setBorderPaint

public void setBorderPaint(android.graphics.Paint borderPaint)

isDrawLinesEnabled

public boolean isDrawLinesEnabled()

setDrawLinesEnabled

public void setDrawLinesEnabled(boolean drawLinesEnabled)

isDrawVerticesEnabled

public boolean isDrawVerticesEnabled()

setDrawVerticesEnabled

public void setDrawVerticesEnabled(boolean drawVerticesEnabled)


Copyright © 2010. All Rights Reserved.