source: osm/applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/ImageModifier.java@ 18404

Last change on this file since 18404 was 17089, checked in by pieren, 16 years ago

raster image feature implementation

  • Property svn:eol-style set to native
File size: 357 bytes
Line 
1package cadastre_fr;
2
3import java.awt.image.BufferedImage;
4
5public abstract class ImageModifier {
6 /**
7 * Current background color used by cadastre.gouv.fr
8 */
9 //public static int cadastreBackgroundTransp = 1; // original white but transparent
10
11 private static final long serialVersionUID = 1L;
12
13 public BufferedImage bufferedImage;
14
15}
Note: See TracBrowser for help on using the repository browser.