public class GimpGradients extends RasterLegendIO
formats| Constructor and Description |
|---|
GimpGradients() |
| 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
|
getFormatspublic ColorTable read(File input) throws IOException
RasterLegendIOread in interface RasterLegendread in class RasterLegendIOIOException - cuando ha fallado la cargapublic void write(ColorTable colorTable, File output) throws IOException
RasterLegendIOwrite in interface RasterLegendwrite in class RasterLegendIOIOException - cuando ha fallado la escriturapublic String getDescription()
RasterLegendIOgetDescription in interface RasterLegendgetDescription in class RasterLegendIO