Uses of Class
org.apache.commons.imaging.palette.SimplePalette
-
Packages that use SimplePalette Package Description org.apache.commons.imaging.formats.bmp The BMP image format.org.apache.commons.imaging.formats.pcx The PCX image format.org.apache.commons.imaging.palette Color quantization and palette manipulation tools. -
-
Uses of SimplePalette in org.apache.commons.imaging.formats.bmp
Fields in org.apache.commons.imaging.formats.bmp declared as SimplePalette Modifier and Type Field Description private SimplePaletteBmpWriterPalette. paletteConstructors in org.apache.commons.imaging.formats.bmp with parameters of type SimplePalette Constructor Description BmpWriterPalette(SimplePalette palette) -
Uses of SimplePalette in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx with parameters of type SimplePalette Modifier and Type Method Description private voidPcxWriter. writePixels(java.awt.image.BufferedImage src, int bitDepth, int planes, int bytesPerLine, SimplePalette palette, AbstractBinaryOutputStream bos) -
Uses of SimplePalette in org.apache.commons.imaging.palette
Subclasses of SimplePalette in org.apache.commons.imaging.palette Modifier and Type Class Description (package private) classMedianCutPaletteMethods in org.apache.commons.imaging.palette that return SimplePalette Modifier and Type Method Description SimplePalettePaletteFactory. makeExactRgbPaletteSimple(java.awt.image.BufferedImage src, int max)Builds an exact complete opaque palette containing all the colors insrc, and fails by returningnullif there are more thanmaxcolors necessary to do this.
-