Revision 8600 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/colorinterpretation/ColorInterpretation.java

View differences:

ColorInterpretation.java
268 268
     * @return true if paletteBand and colorTable are not null.
269 269
     */
270 270
    public boolean isPalette();
271

  
272
    /**
273
     * @return Returns true if the color interpretation has at least one Color band
274
     * (not Gray, Palette nor Alpha)
275
     *
276
     */
277
    public boolean hasAnyColorInterpretationBand();
271 278
}
272 279

  

Also available in: Unified diff