Home
last modified time | relevance | path

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

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java65 private XYRegionFormatter shortRegionFormatter; field in XYRegionExampleActivity
121 onCheckBoxClicked(r2CheckBox, timFormatter, shortRegionFormatter, shortRegion); in onCreate()
403 shortRegionFormatter = new XYRegionFormatter(Color.RED); in regionSetup()
404 shortRegionFormatter.getPaint().setAlpha(75); 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()