- Timestamp:
- 2015-08-01T17:54:08+02:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java
r8616 r8632 1288 1288 * @param dashes The dash style to use. This is drawn using dashedColor. <code>null</code> if unused. 1289 1289 * @param dashedColor The color of the dashes. 1290 * @param offset 1290 * @param offset The offset 1291 1291 * @param showOrientation show arrows that indicate the technical orientation of 1292 1292 * the way (defined by order of nodes) -
trunk/src/org/openstreetmap/josm/gui/layer/ImageProcessor.java
r8625 r8632 21 21 * @return processed image 22 22 */ 23 public BufferedImage process(BufferedImage image); 24 23 BufferedImage process(BufferedImage image); 25 24 }
Note:
See TracChangeset
for help on using the changeset viewer.