Uses of Interface
org.gvsig.raster.lib.legend.api.colortable.colortableclass.ColorTableClass
Packages that use ColorTableClass
-
Uses of ColorTableClass in org.gvsig.raster.lib.legend.api
Methods in org.gvsig.raster.lib.legend.api that return ColorTableClassModifier and TypeMethodDescriptionRasterLegendManager.createColorTableClass()RasterLegendManager.createColorTableClass(String className, double value, double interpolated, Color color) Creates new instance with values received as parameters.Methods in org.gvsig.raster.lib.legend.api that return types with arguments of type ColorTableClassModifier and TypeMethodDescriptionRasterLegendManager.createListColorTableClasses(double minimum, double maximum, double intervalSize, Color fromColor, Color toColor) RasterLegendManager.createListColorTableClasses(double minimum, double maximum, int intervals, Color fromColor, Color toColor) Method parameters in org.gvsig.raster.lib.legend.api with type arguments of type ColorTableClassModifier and TypeMethodDescriptionRasterLegendManager.createColorTable(String name, List<ColorTableClass> colorTableClasses, boolean interpolated) Creates a newColorTable -
Uses of ColorTableClass in org.gvsig.raster.lib.legend.api.colortable
Methods in org.gvsig.raster.lib.legend.api.colortable that return types with arguments of type ColorTableClassMethod parameters in org.gvsig.raster.lib.legend.api.colortable with type arguments of type ColorTableClassModifier and TypeMethodDescriptionvoidColorTable.setClasses(List<ColorTableClass> colorTableClasses, boolean compress)