Changeset 31014 in osm for applications/editors/josm/plugins/seachart/src/symbols
- Timestamp:
- 2015-02-17T14:05:54+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/symbols/Symbols.java
r30894 r31014 95 95 public Color fill; 96 96 97 public LineStyle(Color ifill) { 98 line = null; 99 width = 0; 100 dash = null; 101 fill = ifill; 102 } 97 103 public LineStyle(Color iline, float iwidth) { 98 104 line = iline;
Note:
See TracChangeset
for help on using the changeset viewer.