public interface RasterLegend
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
|
String getDescription()
ColorTable read(File input) throws IOException
input
- IOException
- cuando ha fallado la cargavoid write(ColorTable colorTable, File output) throws IOException
colorTable
- output
- IOException
- cuando ha fallado la escritura