Changeset 3601 in osm for applications/editors/josm/plugins/mappaint/src/mappaint/AreaElemStyle.java
- Timestamp:
- 2007-07-15T17:09:07+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mappaint/src/mappaint/AreaElemStyle.java
r1501 r3601 6 6 Color colour; 7 7 8 public AreaElemStyle (Color colour, int m inZoom)8 public AreaElemStyle (Color colour, int maxScale, int minScale) 9 9 { 10 10 this.colour = colour; 11 this.minZoom = minZoom; 11 this.maxScale = maxScale; 12 this.minScale = minScale; 12 13 } 13 14
Note:
See TracChangeset
for help on using the changeset viewer.
