Package org.openstreetmap.josm.gui.bbox
Class TileSelectionBBoxChooser.TileBounds
- java.lang.Object
-
- org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser.TileBounds
-
- Enclosing class:
- TileSelectionBBoxChooser
private static final class TileSelectionBBoxChooser.TileBounds extends java.lang.Object
Represents a rectangular area of tiles at a given zoom level.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TileBounds()
private
TileBounds(java.awt.Point min, java.awt.Point max, int zoomLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Constructor Detail
-
TileBounds
private TileBounds()
-
TileBounds
private TileBounds(java.awt.Point min, java.awt.Point max, int zoomLevel)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-