Home
last modified time | relevance | path

Searched refs:shortRegion (Results 1 – 1 of 1) sorted by relevance

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java60 private RectRegion shortRegion; field in XYRegionExampleActivity
121 onCheckBoxClicked(r2CheckBox, timFormatter, shortRegionFormatter, shortRegion); in onCreate()
405shortRegion = new RectRegion(2, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, HOME_RUN_DIST,… in regionSetup()
406 timFormatter.addRegion(shortRegion, shortRegionFormatter); in regionSetup()
407 nickFormatter.addRegion(shortRegion, shortRegionFormatter); in regionSetup()
408 joeFormatter.addRegion(shortRegion, shortRegionFormatter); in regionSetup()
409 jamesFormatter.addRegion(shortRegion, shortRegionFormatter); in regionSetup()