Changeset 31348 in osm for applications/editors/josm/plugins/mapillary/src/org
- Timestamp:
- 2015-07-07T13:56:40+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryImportedImage.java
r31341 r31348 31 31 /** 32 32 * Returns the pictures of the file. 33 * 34 * @return A nBufferedImage object containing the pictures.33 * 34 * @return A BufferedImage object containing the pictures. 35 35 * @throws IOException 36 * @throws IllegalArgumentException if file is currently set to null 36 * @throws IllegalArgumentException if file is currently set to null 37 37 */ 38 38 public BufferedImage getImage() throws IOException {
Note:
See TracChangeset
for help on using the changeset viewer.