Ignore:
Timestamp:
2014-03-24T15:05:25+01:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/render/Renderer.java

    r30333 r30339  
    1818import s57.S57val.*;
    1919import s57.S57map;
     20import s57.S57att.Att;
    2021import s57.S57map.*;
    2122import symbols.Areas;
     
    346347                }
    347348        }
    348 
     349       
    349350        public static void labelText(Feature feature, String str, Font font, Color tc) {
    350351                labelText(feature, str, font, tc, LabelStyle.NONE, null, null, null);
Note: See TracChangeset for help on using the changeset viewer.