com.androidplot.xy
Class XYDatasetSeriesFormat

java.lang.Object
  extended by com.androidplot.data.DatasetSeriesFormat
      extended by com.androidplot.xy.XYDatasetSeriesFormat

public class XYDatasetSeriesFormat
extends DatasetSeriesFormat


Constructor Summary
XYDatasetSeriesFormat()
           
 
Method Summary
 android.graphics.Paint getVertexPaint()
           
 void setVertexPaint(android.graphics.Paint vertexPaint)
           
 
Methods inherited from class com.androidplot.data.DatasetSeriesFormat
getBorderPaint, getLinePaint, isDrawLinesEnabled, isDrawVerticesEnabled, setBorderPaint, setDrawLinesEnabled, setDrawVerticesEnabled, setLinePaint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYDatasetSeriesFormat

public XYDatasetSeriesFormat()
Method Detail

getVertexPaint

public android.graphics.Paint getVertexPaint()

setVertexPaint

public void setVertexPaint(android.graphics.Paint vertexPaint)


Copyright © 2010. All Rights Reserved.