|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||