com.androidplot.xy
Class PointLabelFormatter
java.lang.Object
com.androidplot.xy.PointLabelFormatter
- All Implemented Interfaces:
- PointFormatter
public class PointLabelFormatter
- extends Object
- implements PointFormatter
Default PointFormatter used by LineAndPointRenderer to draw a point's text label onto the display.
Method Summary |
void |
draw(android.graphics.Canvas canvas,
Number value,
android.graphics.PointF coords)
Draws the point specified onto the canvas. |
PointLabelFormatter
public PointLabelFormatter()
draw
public void draw(android.graphics.Canvas canvas,
Number value,
android.graphics.PointF coords)
- Description copied from interface:
PointFormatter
- Draws the point specified onto the canvas.
- Specified by:
draw
in interface PointFormatter
value
- Actual value of the point.coords
- Screen coordinates of the point.
Copyright © 2011. All Rights Reserved.