Changeset 31343 in osm for applications/editors/josm/plugins/seachart/jicons
- Timestamp:
- 2015-07-06T16:44:58+02:00 (9 years ago)
- 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 17 17 import java.io.OutputStreamWriter; 18 18 import java.io.Writer; 19 import java.awt.Color; 19 20 import java.awt.Dimension; 20 21 import java.awt.Graphics2D; … … 33 34 import s57.S57map; 34 35 import s57.S57map.*; 36 import symbols.Symbols; 35 37 import render.*; 36 38 import render.Rules.RuleSet; … … 200 202 return Math.min(w, h); 201 203 } 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 } 202 214 } 203 215 }
Note:
See TracChangeset
for help on using the changeset viewer.