Revision 6900 org.gvsig.raster/branches/org.gvsig.raster.2.4/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.legend/org.gvsig.raster.lib.legend.api/src/main/java/org/gvsig/raster/lib/legend/api/RasterLegendManager.java

View differences:

RasterLegendManager.java
7 7
import org.apache.commons.lang3.tuple.Pair;
8 8

  
9 9
import org.gvsig.raster.lib.buffer.api.FilterList;
10
import org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation;
10 11
import org.gvsig.raster.lib.legend.api.colortable.ColorTable;
11
import org.gvsig.raster.lib.legend.api.colortable.ColorTableClass;
12 12
import org.gvsig.raster.lib.legend.api.colortable.ColorTableIO;
13 13
import org.gvsig.raster.lib.legend.api.colortable.ColorTableIOFactory;
14 14
import org.gvsig.raster.lib.legend.api.colortable.MakeColorTable;
15
import org.gvsig.raster.lib.legend.api.colortable.colortableclass.ColorTableClass;
15 16

  
16 17
/**
17 18
 * @author fdiaz
......
38 39
    /**
39 40
     * Creates a raster legend
40 41
     *
41
     * @param colorTable
42
     *            {@link ColorTable} of this {@link RasterLegend}
43 42
     * @param colorInterpretation
44 43
     *            {@link ColorInterpretation} of this
45 44
     * @param transparency
......
49 48
     * @return New {@link RasterLegend}
50 49
     */
51 50
    public RasterLegend createLegend(ColorInterpretation colorInterpretation,
52
        ColorTable colorTable, Transparency transparency, FilterList filters);
51
        Transparency transparency, FilterList filters);
53 52

  
54 53
    /**
55 54
     * @return New empty instance of {@link ColorTableClass}
......
139 138
    /**
140 139
     * Creates an empty {@link ColorInterpretation}
141 140
     *
142
     * @param coloInterpretations
141
     * @param colorInterpretations
143 142
     *
144 143
     * @return New {@link ColorInterpretation} instance
145 144
     */
146
    public ColorInterpretation createColorInterpretation(String[] coloInterpretations);
145
    public ColorInterpretation createColorInterpretation(String[] colorInterpretations);
147 146

  
148 147
    /**
149 148
     * Creates default color interpretation using {@link ColorInterpretation}

Also available in: Unified diff