com.androidplot.xy
Interface PointFormatter

All Known Implementing Classes:
PointLabelFormatter

public interface PointFormatter

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.
 

Method Detail

draw

void draw(android.graphics.Canvas canvas,
          java.lang.Number value,
          android.graphics.PointF coords)
Draws the point specified onto the canvas.

Parameters:
canvas -
value - Actual value of the point.
coords - Screen coordinates of the point.


Copyright © 2012. All Rights Reserved.