public class GimpGradients extends RasterLegendIO
formats
Constructor and Description |
---|
GimpGradients() |
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
|
getFormats
public ColorTable read(java.io.File input) throws java.io.IOException
RasterLegendIO
read
in interface RasterLegend
read
in class RasterLegendIO
java.io.IOException
- cuando ha fallado la cargapublic void write(ColorTable colorTable, java.io.File output) throws java.io.IOException
RasterLegendIO
write
in interface RasterLegend
write
in class RasterLegendIO
java.io.IOException
- cuando ha fallado la escriturapublic java.lang.String getDescription()
RasterLegendIO
getDescription
in interface RasterLegend
getDescription
in class RasterLegendIO