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

java.lang.Object
  extended by 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.


Field Summary
 java.awt.Point max
           
 java.awt.Point min
           
 int zoomLevel
           
 
Constructor Summary
TileSelectionBBoxChooser.TileBounds()
           
TileSelectionBBoxChooser.TileBounds(java.awt.Point min, java.awt.Point max, int zoomLevel)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

min

public java.awt.Point min

max

public java.awt.Point max

zoomLevel

public int zoomLevel
Constructor Detail

TileSelectionBBoxChooser.TileBounds

public TileSelectionBBoxChooser.TileBounds()

TileSelectionBBoxChooser.TileBounds

public TileSelectionBBoxChooser.TileBounds(java.awt.Point min,
                                           java.awt.Point max,
                                           int zoomLevel)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM