org.openstreetmap.josm.gui.layer
Class TMSLayer.TileSetInfo

java.lang.Object
  extended by org.openstreetmap.josm.gui.layer.TMSLayer.TileSetInfo
Enclosing class:
TMSLayer

private static class TMSLayer.TileSetInfo
extends java.lang.Object


Field Summary
 boolean hasLoadingTiles
           
 boolean hasOverzoomedTiles
           
 boolean hasVisibleTiles
           
 
Constructor Summary
private TMSLayer.TileSetInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasVisibleTiles

public boolean hasVisibleTiles

hasOverzoomedTiles

public boolean hasOverzoomedTiles

hasLoadingTiles

public boolean hasLoadingTiles
Constructor Detail

TMSLayer.TileSetInfo

private TMSLayer.TileSetInfo()


JOSM