public class GimpPalettes extends RasterLegendIO
formats
Constructor and Description |
---|
GimpPalettes() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Devuelve la descripcion a mostrar en los paneles de JFileChooser.
|
ColorTable |
read(File input)
Lee una tabla de color del fichero pasado por parametro
|
void |
write(ColorTable colorTable,
File output)
Guarda una tabla de color en el fichero pasado por parametro
|
getFormats
public ColorTable read(File input) throws IOException
RasterLegendIO
read
in interface RasterLegend
read
in class RasterLegendIO
IOException
- cuando ha fallado la cargapublic void write(ColorTable colorTable, File output) throws IOException
RasterLegendIO
write
in interface RasterLegend
write
in class RasterLegendIO
IOException
- cuando ha fallado la escriturapublic String getDescription()
RasterLegendIO
getDescription
in interface RasterLegend
getDescription
in class RasterLegendIO