com.androidplot.xy
Class YValueMarker

java.lang.Object
  extended by com.androidplot.xy.ValueMarker<XPositionMetric>
      extended by com.androidplot.xy.YValueMarker

public class YValueMarker
extends ValueMarker<XPositionMetric>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.androidplot.xy.ValueMarker
ValueMarker.TextOrientation
 
Constructor Summary
YValueMarker(Number value)
           
YValueMarker(Number value, XPositionMetric textPosition, android.graphics.Paint linePaint, android.graphics.Paint textPaint, android.graphics.Paint backgroundPaint)
           
 
Method Summary
 
Methods inherited from class com.androidplot.xy.ValueMarker
getBackgroundPaint, getLinePaint, getTextMargin, getTextOrientation, getTextPaint, getTextPosition, getValue, setBackgroundPaint, setLinePaint, setTextMargin, setTextOrientation, setTextPaint, setTextPosition, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YValueMarker

public YValueMarker(Number value)

YValueMarker

public YValueMarker(Number value,
                    XPositionMetric textPosition,
                    android.graphics.Paint linePaint,
                    android.graphics.Paint textPaint,
                    android.graphics.Paint backgroundPaint)


Copyright © 2011. All Rights Reserved.