Changeset 30339 in osm for applications/editors/josm/plugins/smed2/src/render/Renderer.java
- Timestamp:
- 2014-03-24T15:05:25+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/render/Renderer.java
r30333 r30339 18 18 import s57.S57val.*; 19 19 import s57.S57map; 20 import s57.S57att.Att; 20 21 import s57.S57map.*; 21 22 import symbols.Areas; … … 346 347 } 347 348 } 348 349 349 350 public static void labelText(Feature feature, String str, Font font, Color tc) { 350 351 labelText(feature, str, font, tc, LabelStyle.NONE, null, null, null);
Note:
See TracChangeset
for help on using the changeset viewer.
