Ignore:
Timestamp:
2015-07-06T16:44:58+02:00 (9 years ago)
Author:
malcolmh
Message:

update jicons

Location:
applications/editors/josm/plugins/seachart/jicons
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/jicons/src/jicons/Jicons.java

    r31157 r31343  
    1717import java.io.OutputStreamWriter;
    1818import java.io.Writer;
     19import java.awt.Color;
    1920import java.awt.Dimension;
    2021import java.awt.Graphics2D;
     
    3334import s57.S57map;
    3435import s57.S57map.*;
     36import symbols.Symbols;
    3537import render.*;
    3638import render.Rules.RuleSet;
     
    200202                        return Math.min(w, h);
    201203                }
     204
     205                @Override
     206                public boolean clip() {
     207                        return false;
     208                }
     209
     210                @Override
     211                public Color background() {
     212                        return new Color(0, true);
     213                }
    202214        }
    203215}
Note: See TracChangeset for help on using the changeset viewer.