com.androidplot.xy
Class YValueMarker
java.lang.Object
com.androidplot.xy.ValueMarker<XPositionMetric>
com.androidplot.xy.YValueMarker
public class YValueMarker
- extends ValueMarker<XPositionMetric>
|
Constructor Summary |
YValueMarker(java.lang.Number value,
java.lang.String text)
|
YValueMarker(java.lang.Number value,
java.lang.String text,
XPositionMetric textPosition,
int linePaint,
int textPaint)
|
YValueMarker(java.lang.Number value,
java.lang.String text,
XPositionMetric textPosition,
android.graphics.Paint linePaint,
android.graphics.Paint textPaint)
|
| Methods inherited from class com.androidplot.xy.ValueMarker |
getLinePaint, getText, getTextMargin, getTextOrientation, getTextPaint, getTextPosition, getValue, setLinePaint, setText, setTextMargin, setTextOrientation, setTextPaint, setTextPosition, setValue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YValueMarker
public YValueMarker(java.lang.Number value,
java.lang.String text)
- Parameters:
value - text - Set to null to use the plot's default formatter.
YValueMarker
public YValueMarker(java.lang.Number value,
java.lang.String text,
XPositionMetric 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 -
YValueMarker
public YValueMarker(java.lang.Number value,
java.lang.String text,
XPositionMetric textPosition,
int linePaint,
int textPaint)
- Parameters:
value - text - Set to null to use the plot's default formatter.textPosition - linePaint - textPaint -
Copyright © 2012. All Rights Reserved.