Constructors in org.geotools.image.io with parameters of type PaletteFactory |
Palette(PaletteFactory factory,
java.lang.String name,
int numBands,
int visibleBand)
Creates a palette with the specified name. |
PaletteFactory(PaletteFactory fallback,
java.lang.Class<?> loader,
java.io.File directory,
java.lang.String extension,
java.nio.charset.Charset charset,
java.util.Locale locale)
Constructs a palette factory using an optional class for loading
palette definition files. |
PaletteFactory(PaletteFactory fallback,
java.lang.ClassLoader loader,
java.io.File directory,
java.lang.String extension,
java.nio.charset.Charset charset,
java.util.Locale locale)
Constructs a palette factory using an optional class loader
for loading palette definition files. |