|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.androidplot.data.DatasetSeriesFormat
public class DatasetSeriesFormat
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 |
|---|
public DatasetSeriesFormat()
| Method Detail |
|---|
public android.graphics.Paint getLinePaint()
public void setLinePaint(android.graphics.Paint linePaint)
linePaint - public android.graphics.Paint getBorderPaint()
public void setBorderPaint(android.graphics.Paint borderPaint)
public boolean isDrawLinesEnabled()
public void setDrawLinesEnabled(boolean drawLinesEnabled)
public boolean isDrawVerticesEnabled()
public void setDrawVerticesEnabled(boolean drawVerticesEnabled)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||