Changeset 11689 in josm
- Timestamp:
- 2017-03-05T13:05:56+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/AreaElement.java
r11683 r11689 67 67 private final RotationAngle iconImageAngle; 68 68 69 protected AreaElement(Cascade c, Color color, MapImage fillImage,Float extent, 69 protected AreaElement(Cascade c, Color color, MapImage fillImage, Float extent, 70 70 Float extentThreshold, TextLabel text, MapImage iconImage, RotationAngle iconImageAngle) { 71 71 super(c, 1f);
Note:
See TracChangeset
for help on using the changeset viewer.