Uses of Class
com.androidplot.xy.AxisValueLabelFormatter

Packages that use AxisValueLabelFormatter
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of AxisValueLabelFormatter in com.androidplot.xy
 

Methods in com.androidplot.xy that return AxisValueLabelFormatter
 AxisValueLabelFormatter XYGraphWidget.getAxisValueLabelFormatterForDomainVal(double val)
           
 AxisValueLabelFormatter XYGraphWidget.getAxisValueLabelFormatterForRangeVal(double val)
           
 AxisValueLabelFormatter XYGraphWidget.getAxisValueLabelFormatterForVal(double x, double y)
          Returns the formatter associated with the first (bottom) Region containing x and y.
 

Methods in com.androidplot.xy with parameters of type AxisValueLabelFormatter
 void XYGraphWidget.addAxisValueLabelRegion(RectRegion region, AxisValueLabelFormatter formatter)
          Add a new Region used for rendering axis valuelabels.
 void XYGraphWidget.addDomainAxisValueLabelRegion(double min, double max, AxisValueLabelFormatter formatter)
          Convenience method - wraps addAxisValueLabelRegion, using Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY to mask off range axis value labels.
 void XYGraphWidget.addRangeAxisValueLabelRegion(double min, double max, AxisValueLabelFormatter formatter)
          Convenience method - wraps addAxisValueLabelRegion, using Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY to mask off domain axis value labels.
 



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