Ignore:
Timestamp:
2016-07-04T14:18:17+02:00 (8 years ago)
Author:
donvip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/VectorImageModifier.java

    r20390 r32556  
    1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others
     1// License: GPL. For details, see LICENSE file.
    22package cadastre_fr;
    33
     
    77import java.awt.image.IndexColorModel;
    88import java.awt.image.WritableRaster;
     9
    910import org.openstreetmap.josm.Main;
    1011import org.openstreetmap.josm.tools.ColorHelper;
     
    1314
    1415    private int cadastreBackground = -1; // white
    15    
     16
    1617    public static int cadastreBackgroundTransp = 1; // original white but transparent
    1718
    1819    private int backgroundPixel = 0;
    1920
    20     public VectorImageModifier() {super();}
    21    
     21    public VectorImageModifier() {
     22        super();
     23    }
     24
    2225    public VectorImageModifier(BufferedImage bi, boolean monocolor) {
    2326        bufferedImage = bi;
     
    7073     * Reverse the grey value if the pixel is grey (light grey becomes dark grey)
    7174     * Used for texts.
    72      * @param pixel
    73      * @return
    7475     */
    7576    private int reverseIfGrey(int pixel) {
Note: See TracChangeset for help on using the changeset viewer.