Uses of Interface
org.gvsig.raster.lib.legend.api.colorinterpretation.ColorInterpretation
Packages that use ColorInterpretation
Package
Description
-
Uses of ColorInterpretation in org.gvsig.raster.lib.legend.api
Methods in org.gvsig.raster.lib.legend.api that return ColorInterpretationModifier and TypeMethodDescriptionRasterLegendManager.createColorInterpretation(BufferedImage image, String prefix) RasterLegendManager.createColorInterpretation(String definedColorInterpretation) Creates default color interpretation usingColorInterpretationconstants.RasterLegendManager.createColorInterpretation(String[] colorInterpretations) Creates an emptyColorInterpretationRasterLegendManager.createColorInterpretation(List<String> colorInterpretations) RasterLegend.getColorInterpretation()Methods in org.gvsig.raster.lib.legend.api with parameters of type ColorInterpretationModifier and TypeMethodDescriptionvoidRasterLegend.addCMYKToRGBOperation(ColorInterpretation colorInterpretation) voidRasterLegend.addColorTableOperation(ColorInterpretation colorInterpretation, int index) Adds a ColorTableOperationvoidRasterLegend.addHSLToRGBOperation(ColorInterpretation colorInterpretation) voidRasterLegend.addLinearStretchEnhancementOperationIfNeeded(ColorInterpretation colorInterpretation, List<org.gvsig.fmap.dal.raster.BandDescriptor> bands, int index) Adds a addNewLinearStretchEnhancementOperation if neededvoidRasterLegend.addYCBCRToRGBOperation(ColorInterpretation colorInterpretation) RasterLegendManager.createLegend(ColorInterpretation colorInterpretation) Creates a raster legendRasterLegendManager.createLegend(ColorInterpretation colorInterpretation, Transparency transparency, org.gvsig.raster.lib.buffer.api.operations.OperationList filters) Creates a raster legendvoidRasterLegend.setColorInterpretation(ColorInterpretation colorInterpretation) -
Uses of ColorInterpretation in org.gvsig.raster.lib.legend.api.colorinterpretation
Methods in org.gvsig.raster.lib.legend.api.colorinterpretation with parameters of type ColorInterpretationModifier and TypeMethodDescriptionvoidColorInterpretation.addColorInterpretation(ColorInterpretation ci) Adds a color interpretation to this color interpretation.voidColorInterpretation.copyFrom(ColorInterpretation colorInterpretation) Copy from the color interpretation received as parameter -
Uses of ColorInterpretation in org.gvsig.raster.lib.legend.spi
Methods in org.gvsig.raster.lib.legend.spi that return ColorInterpretationModifier and TypeMethodDescriptionprotected ColorInterpretationAbstractColoredOperation.getInputColorInterpretation()protected ColorInterpretationAbstractColoredOperation.getOutputColorInterpretation()Methods in org.gvsig.raster.lib.legend.spi with parameters of type ColorInterpretationModifier and TypeMethodDescriptionprotected voidAbstractColoredOperation.setOutputColorInterpretation(ColorInterpretation theColorInterpretation)