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