com.androidplot.xy
Class PointLabelFormatter
java.lang.Object
   com.androidplot.xy.PointLabelFormatter
com.androidplot.xy.PointLabelFormatter
- public class PointLabelFormatter 
- extends Object
 
 
 
 
hOffset
public float hOffset
vOffset
public float vOffset
PointLabelFormatter
public PointLabelFormatter()
PointLabelFormatter
public PointLabelFormatter(int textColor)
PointLabelFormatter
public PointLabelFormatter(int textColor,
                           float hOffset,
                           float vOffset)
- Parameters:
- textColor-
- hOffset- Horizontal offset of text in pixels.
- vOffset- Vertical offset of text in pixels.  Offset is in screen coordinates;
                positive values shift the text further down the screen.
getTextPaint
public android.graphics.Paint getTextPaint()
- 
 
setTextPaint
public void setTextPaint(android.graphics.Paint textPaint)
- 
 
Copyright © 2010-2013 androidplot.com. All Rights Reserved.