com.androidplot.xy
Class XValueMarker

java.lang.Object
  extended by com.androidplot.xy.ValueMarker<YPositionMetric>
      extended by com.androidplot.xy.XValueMarker

public class XValueMarker
extends ValueMarker<YPositionMetric>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.androidplot.xy.ValueMarker
ValueMarker.TextOrientation
 
Constructor Summary
XValueMarker(java.lang.Number value, java.lang.String text)
           
XValueMarker(java.lang.Number value, java.lang.String text, YPositionMetric textPosition, int linePaint, int textPaint)
           
XValueMarker(java.lang.Number value, java.lang.String text, YPositionMetric textPosition, android.graphics.Paint linePaint, android.graphics.Paint textPaint)
           
 
Method Summary
 
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
 

Constructor Detail

XValueMarker

public XValueMarker(java.lang.Number value,
                    java.lang.String text)

XValueMarker

public XValueMarker(java.lang.Number value,
                    java.lang.String text,
                    YPositionMetric textPosition,
                    android.graphics.Paint linePaint,
                    android.graphics.Paint textPaint)

XValueMarker

public XValueMarker(java.lang.Number value,
                    java.lang.String text,
                    YPositionMetric textPosition,
                    int linePaint,
                    int textPaint)


Copyright © 2011. All Rights Reserved.