Ignore:
Timestamp:
2016-06-24T03:48:12+02:00 (10 years ago)
Author:
donvip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/render/ChartContext.java

    r32082 r32394  
    1414
    1515import s57.S57map;
    16 import s57.S57map.*;
     16import s57.S57map.Feature;
     17import s57.S57map.Snode;
    1718
    1819public interface ChartContext {
    19         public enum RuleSet { ALL, BASE, SEAMARK }
     20    enum RuleSet { ALL, BASE, SEAMARK }
    2021
    21         Point2D getPoint(Snode coord);
    22         double mile(Feature feature);
    23         boolean clip();
    24         Color background(S57map map);
    25         RuleSet ruleset();
     22    Point2D getPoint(Snode coord);
     23
     24    double mile(Feature feature);
     25
     26    boolean clip();
     27
     28    Color background(S57map map);
     29
     30    RuleSet ruleset();
    2631}
Note: See TracChangeset for help on using the changeset viewer.