Uses of Class
org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds

Packages that use TileSelectionBBoxChooser.TileBounds
org.openstreetmap.josm.gui.bbox   
 

Uses of TileSelectionBBoxChooser.TileBounds in org.openstreetmap.josm.gui.bbox
 

Fields in org.openstreetmap.josm.gui.bbox declared as TileSelectionBBoxChooser.TileBounds
private  TileSelectionBBoxChooser.TileBounds TileSelectionBBoxChooser.TileAddressValidator.tileBounds
           
 

Methods in org.openstreetmap.josm.gui.bbox that return TileSelectionBBoxChooser.TileBounds
 TileSelectionBBoxChooser.TileBounds TileSelectionBBoxChooser.TileAddressValidator.getTileBounds()
           
 

Methods in org.openstreetmap.josm.gui.bbox with parameters of type TileSelectionBBoxChooser.TileBounds
protected  Bounds TileSelectionBBoxChooser.convertTileBoundsToBoundingBox(TileSelectionBBoxChooser.TileBounds tb)
          Computes the bounding box given a tile grid.
protected  void TileSelectionBBoxChooser.TileGridInputPanel.fireTileBoundsChanged(TileSelectionBBoxChooser.TileBounds tb)
           
protected  void TileSelectionBBoxChooser.TileAddressInputPanel.fireTileBoundsChanged(TileSelectionBBoxChooser.TileBounds tb)
           
 void TileSelectionBBoxChooser.TileGridInputPanel.setTileBounds(TileSelectionBBoxChooser.TileBounds tileBounds)
           
 



JOSM