Changeset 28427 in osm for applications/viewer/jmapviewer/src/org/openstreetmap/gui
- Timestamp:
- 2012-06-03T00:03:36+02:00 (12 years ago)
- Location:
- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
r26783 r28427 383 383 * @param mapPointX 384 384 * @param mapPointY 385 * @return 385 * @return latitude / longitude 386 386 */ 387 387 public Coordinate getPosition(int mapPointX, int mapPointY) { -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileCache.java
r18772 r28427 19 19 * 20 20 * @param source 21 * the tile source 21 22 * @param x 22 23 * tile number on the x axis of the tile to be retrieved … … 32 33 /** 33 34 * Adds a tile to the cache. How long after adding a tile can be retrieved 34 * via {@link #getTile( int, int, int)} is unspecified and depends on the35 * via {@link #getTile(TileSource, int, int, int)} is unspecified and depends on the 35 36 * implementation. 36 37 * 37 * @param tile 38 * @param tile the tile to be added 38 39 */ 39 40 public void addTile(Tile tile);
Note:
See TracChangeset
for help on using the changeset viewer.