Uses of Class
nl.bebr.mapviewer.data.Tile.Priority
-
Packages that use Tile.Priority Package Description nl.bebr.mapviewer.data -
-
Uses of Tile.Priority in nl.bebr.mapviewer.data
Methods in nl.bebr.mapviewer.data that return Tile.Priority Modifier and Type Method Description Tile.PriorityTile. getPriority()Gets the loading priority of this tile.static Tile.PriorityTile.Priority. valueOf(String name)Returns the enum constant of this type with the specified name.static Tile.Priority[]Tile.Priority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.bebr.mapviewer.data with parameters of type Tile.Priority Modifier and Type Method Description voidTile. setPriority(Tile.Priority priority)Set the loading priority of this tile.Constructors in nl.bebr.mapviewer.data with parameters of type Tile.Priority Constructor Description Tile(int x, int y, int zoom, String url, Tile.Priority priority, TileFactory<T,Tile<T>> tileFactory)Create a new Tile that loads its data from the given URL.
-