OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setRangeValueFormat
(Results
1 - 8
of
8
) sorted by null
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
StepChartExampleActivity.java
105
mySimpleXYPlot.
setRangeValueFormat
(new Format() {
TimeSeriesActivity.java
98
plot1.
setRangeValueFormat
(new DecimalFormat("0"));
XYPlotWithBgImgActivity.java
46
plot.
setRangeValueFormat
(new DecimalFormat("0"));
OrientationSensorExampleActivity.java
98
aprLevelsPlot.
setRangeValueFormat
(new DecimalFormat("#"));
129
aprHistoryPlot.
setRangeValueFormat
(new DecimalFormat("#"));
DynamicXYPlotActivity.java
98
dynamicPlot.
setRangeValueFormat
(new DecimalFormat("###.#"));
XYRegionExampleActivity.java
225
plot.
setRangeValueFormat
(new NumberFormat() {
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java
[
all
...]
XYPlot.java
828
* Convenience method - wraps XYGraphWidget.
setRangeValueFormat
().
832
public void
setRangeValueFormat
(Format rangeValueFormat) {
833
graphWidget.
setRangeValueFormat
(rangeValueFormat);
[
all
...]
Completed in 296 milliseconds