Uses of Interface
org.gvsig.raster.lib.legend.api.TransparencyRange
Packages that use TransparencyRange
-
Uses of TransparencyRange in org.gvsig.raster.lib.legend.api
Methods in org.gvsig.raster.lib.legend.api that return TransparencyRangeModifier and TypeMethodDescriptionRasterLegendManager.createTransparencyRange()Creates an emptyTransparencyRangeTransparencyRange.RasterLegendManager.createTransparencyRange(int[] redRange, int[] greenRange, int[] blueRange, int alpha, boolean isAnd) Creates a newTransparencyRangeusing color rangesTransparencyRange.Methods in org.gvsig.raster.lib.legend.api that return types with arguments of type TransparencyRangeMethods in org.gvsig.raster.lib.legend.api with parameters of type TransparencyRangeModifier and TypeMethodDescriptionvoidTransparency.addTransparencyRange(TransparencyRange range) AddTransparencyRangeto thisTransparencybooleanTransparencyRange.isSameRange(TransparencyRange otherRange) Compare range of colorsvoidTransparency.removeTransparencyRange(TransparencyRange range) RemoveTransparencyRangefrom thisTransparencyMethod parameters in org.gvsig.raster.lib.legend.api with type arguments of type TransparencyRangeModifier and TypeMethodDescriptionRasterLegendManager.createTransparency(int transparency, List<TransparencyRange> transparencyRanges) Creates a newTransparencyusing transparency value and definedTransparencyRange.voidTransparency.setTransparencyRanges(List<TransparencyRange> ranges) SetTransparencyRangeof thisTransparency