org.openstreetmap.josm.gui.bbox
Class TileSelectionBBoxChooser.TileBounds
java.lang.Object
org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds
- Enclosing class:
- TileSelectionBBoxChooser
private static class TileSelectionBBoxChooser.TileBounds
- extends java.lang.Object
Represents a rectangular area of tiles at a given zoom level.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
min
public java.awt.Point min
max
public java.awt.Point max
zoomLevel
public int zoomLevel
TileSelectionBBoxChooser.TileBounds
public TileSelectionBBoxChooser.TileBounds()
TileSelectionBBoxChooser.TileBounds
public TileSelectionBBoxChooser.TileBounds(java.awt.Point min,
java.awt.Point max,
int zoomLevel)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
JOSM