Changeset 3403 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2010-08-02T09:47:56+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r3365 r3403 273 273 */ 274 274 public static ImageIcon overlay(Icon ground, String overlayImage, OverlayPosition pos) { 275 return overlay(ground, ImageProvider.get(overlayImage), pos); 276 } 277 278 public static ImageIcon overlay(Icon ground, Icon overlay, OverlayPosition pos) { 275 279 GraphicsConfiguration conf = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice() 276 280 .getDefaultConfiguration(); 277 281 int w = ground.getIconWidth(); 278 282 int h = ground.getIconHeight(); 279 ImageIcon overlay = ImageProvider.get(overlayImage);280 283 int wo = overlay.getIconWidth(); 281 284 int ho = overlay.getIconHeight();
Note:
See TracChangeset
for help on using the changeset viewer.
