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

Last change on this file since 19928 was 18544, checked in by pieren, 15 years ago

Add licence in headers for GPL compliance.

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