com.androidplot.xy
Class PointLabelFormatter

java.lang.Object
  extended by com.androidplot.xy.PointLabelFormatter

public class PointLabelFormatter
extends Object


Field Summary
 float hOffset
           
 float vOffset
           
 
Constructor Summary
PointLabelFormatter()
           
PointLabelFormatter(int textColor)
           
PointLabelFormatter(int textColor, float hOffset, float vOffset)
           
 
Method Summary
 android.graphics.Paint getTextPaint()
           
 void setTextPaint(android.graphics.Paint textPaint)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hOffset

public float hOffset

vOffset

public float vOffset
Constructor Detail

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.
Method Detail

getTextPaint

public android.graphics.Paint getTextPaint()

setTextPaint

public void setTextPaint(android.graphics.Paint textPaint)


Copyright © 2010-2013 androidplot.com. All Rights Reserved.