Changeset 18772 in osm for applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/MapSquare.java
- Timestamp:
- 2009-11-24T10:16:52+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/MapSquare.java
r16032 r18772 11 11 /** 12 12 * Interface to be implemented by squares that can be displayed on the map. 13 * 13 * 14 14 * @author Stefan Zeller 15 15 * @see JMapViewer#addMapSquare(MapSquare) … … 32 32 * Paints the map square on the map. The <code>topLeft</code> and 33 33 * <code>bottomRight</code> specifies the coordinates within <code>g</code> 34 * 34 * 35 35 * @param g 36 36 * @param position
Note:
See TracChangeset
for help on using the changeset viewer.