public interface IShapeRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
renderShape(android.graphics.Canvas c,
IScatterDataSet dataSet,
ViewPortHandler viewPortHandler,
float posX,
float posY,
android.graphics.Paint renderPaint)
Renders the provided ScatterDataSet with a shape.
|
void renderShape(android.graphics.Canvas c,
IScatterDataSet dataSet,
ViewPortHandler viewPortHandler,
float posX,
float posY,
android.graphics.Paint renderPaint)
c - Canvas object for drawing the shapedataSet - The DataSet to be drawnviewPortHandler - Contains information about the current state of the viewposX - Position to draw the shape atposY - Position to draw the shape atrenderPaint - Paint object used for styling and drawing