Uses of Class
org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds
-
Packages that use TileSelectionBBoxChooser.TileBounds Package Description org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box. -
-
Uses of TileSelectionBBoxChooser.TileBounds in org.openstreetmap.josm.gui.bbox
Fields in org.openstreetmap.josm.gui.bbox declared as TileSelectionBBoxChooser.TileBounds Modifier and Type Field Description private TileSelectionBBoxChooser.TileBounds
TileSelectionBBoxChooser.TileAddressValidator. tileBounds
Methods in org.openstreetmap.josm.gui.bbox that return TileSelectionBBoxChooser.TileBounds Modifier and Type Method Description TileSelectionBBoxChooser.TileBounds
TileSelectionBBoxChooser.TileAddressValidator. getTileBounds()
Methods in org.openstreetmap.josm.gui.bbox with parameters of type TileSelectionBBoxChooser.TileBounds Modifier and Type Method Description protected Bounds
TileSelectionBBoxChooser. convertTileBoundsToBoundingBox(TileSelectionBBoxChooser.TileBounds tb)
Computes the bounding box given a tile grid.protected void
TileSelectionBBoxChooser.TileAddressInputPanel. fireTileBoundsChanged(TileSelectionBBoxChooser.TileBounds tb)
protected void
TileSelectionBBoxChooser.TileGridInputPanel. fireTileBoundsChanged(TileSelectionBBoxChooser.TileBounds tb)
void
TileSelectionBBoxChooser.TileGridInputPanel. setTileBounds(TileSelectionBBoxChooser.TileBounds tileBounds)
-