Interface used by LineAndPointRenderer to draw a Point onto the display. Those wishing to customize
the graphics of points or how labels are rendered may implement this interface.
Method Summary
void
draw(android.graphics.Canvas canvas,
java.lang.Number value,
android.graphics.PointF coords)
Draws the point specified onto the canvas.