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