Uses of Interface
org.gvsig.raster.lib.legend.api.colortable.ColorTable
Packages that use ColorTable
Package
Description
-
Uses of ColorTable in org.gvsig.basicformats
Methods in org.gvsig.basicformats that return ColorTableMethods in org.gvsig.basicformats with parameters of type ColorTable -
Uses of ColorTable in org.gvsig.basicformats.impl
Methods in org.gvsig.basicformats.impl that return ColorTableMethods in org.gvsig.basicformats.impl with parameters of type ColorTable -
Uses of ColorTable in org.gvsig.fmap.mapcontext.raster.api.legend
Methods in org.gvsig.fmap.mapcontext.raster.api.legend that return ColorTableModifier and TypeMethodDescriptionChangePaletteEvent.getNewColorTable()ChangePaletteEvent.getOldColorTable()Constructors in org.gvsig.fmap.mapcontext.raster.api.legend with parameters of type ColorTableModifierConstructorDescriptionChangePaletteEvent(ColorTable oldColorTable, ColorTable newColorTable) -
Uses of ColorTable in org.gvsig.raster.lib.legend.api
Methods in org.gvsig.raster.lib.legend.api that return ColorTableModifier and TypeMethodDescriptionRasterLegendManager.createColorTable()Creates a color tableRasterLegendManager.createColorTable(String name, List<ColorTableClass> colorTableClasses, boolean interpolated) Creates a newColorTableMethods in org.gvsig.raster.lib.legend.api that return types with arguments of type ColorTableModifier and TypeMethodDescriptionList<org.apache.commons.lang3.tuple.Pair<File, ColorTable>> RasterLegendManager.getColorTables(File folder) GetsColorTableinside folder using registeredColorTableIOFactory. -
Uses of ColorTable in org.gvsig.raster.lib.legend.api.colorinterpretation
Methods in org.gvsig.raster.lib.legend.api.colorinterpretation that return ColorTableMethods in org.gvsig.raster.lib.legend.api.colorinterpretation with parameters of type ColorTableModifier and TypeMethodDescriptionvoidColorInterpretation.setPalette(ColorTable colorTable) Sets the colorTable. -
Uses of ColorTable in org.gvsig.raster.lib.legend.api.colortable
Methods in org.gvsig.raster.lib.legend.api.colortable that return ColorTableModifier and TypeMethodDescriptionMakeColorTable.getColorTable()Reads file to createColorTablefrom it.Methods in org.gvsig.raster.lib.legend.api.colortable with parameters of type ColorTableModifier and TypeMethodDescriptionvoidColorTable.copyFrom(ColorTable colorTable) Copies fromColorTablereceived as parametervoidColorTableIO.read(ColorTable colorTable, File file) Reads file to set information toColorTablereceived as parameter.voidColorTableIO.write(ColorTable colorTable, File file) WritesColorTableto file.