com.androidplot.xy
Class XValueMarker
java.lang.Object
com.androidplot.xy.ValueMarker<YPositionMetric>
com.androidplot.xy.XValueMarker
public class XValueMarker
- extends ValueMarker<YPositionMetric>
Methods inherited from class com.androidplot.xy.ValueMarker |
getLinePaint, getText, getTextMargin, getTextOrientation, getTextPaint, getTextPosition, getValue, setLinePaint, setText, setTextMargin, setTextOrientation, setTextPaint, setTextPosition, setValue |
XValueMarker
public XValueMarker(Number value,
String text)
- Parameters:
value
- text
- Set to null to use the plot's default formatter.
XValueMarker
public XValueMarker(Number value,
String text,
YPositionMetric textPosition,
android.graphics.Paint linePaint,
android.graphics.Paint textPaint)
- Parameters:
value
- text
- Set to null to use the plot's default formatter.textPosition
- linePaint
- textPaint
-
XValueMarker
public XValueMarker(Number value,
String text,
YPositionMetric textPosition,
int linePaint,
int textPaint)
- Parameters:
value
- text
- Set to null to use the plot's default formatter.textPosition
- linePaint
- textPaint
-
Copyright © 2010-2013 androidplot.com. All Rights Reserved.