Uses of Class
net.sourceforge.jiu.data.Palette
-
-
Uses of Palette in net.sourceforge.jiu.codecs
Fields in net.sourceforge.jiu.codecs declared as Palette Modifier and Type Field Description private PaletteBMPCodec. paletteprivate PaletteIFFCodec. paletteprivate PalettePalmCodec. paletteprivate PalettePNGCodec. paletteprivate PalettePSDCodec. paletteprivate PaletteRASCodec. paletteMethods in net.sourceforge.jiu.codecs that return Palette Modifier and Type Method Description private static PalettePalmCodec. createPalette(short[][] data)static PalettePalmCodec. createSystem2BitGrayscalePalette()Creates the 2 bits per pixel Palm system palette with grayscale values.static PalettePalmCodec. createSystem4BitColorPalette()Creates the 4 bits per pixel Palm system palette with color values.static PalettePalmCodec. createSystem4BitGrayscalePalette()Creates the 4 bits per pixel Palm system palette with grayscale values.static PalettePalmCodec. createSystem8BitPalette()Creates the 8 bits per pixel Palm system palette.private PaletteRASCodec. readPalette()Methods in net.sourceforge.jiu.codecs with parameters of type Palette Modifier and Type Method Description private static booleanPalmCodec. isEqualPalette(Palette palette, short[][] data)static booleanPalmCodec. isPalmSystemPalette256(Palette palette)Returns if the argument palette is the Palm system palette with 256 colors.static booleanPalmCodec. isPalmSystemPaletteColor16(Palette palette)Returns if the argument palette is the Palm system color palette with 16 entries.static booleanPalmCodec. isPalmSystemPaletteGray16(Palette palette)Returns if the argument palette is the Palm system grayscale palette with 16 entries.static booleanPalmCodec. isPalmSystemPaletteGray4(Palette palette)Returns if the argument palette is the Palm system grayscale palette with 4 entries.private voidPalmCodec. savePalette(DataOutput out, Palette palette)private voidRASCodec. savePalette(Palette palette) -
Uses of Palette in net.sourceforge.jiu.codecs.tiff
Fields in net.sourceforge.jiu.codecs.tiff declared as Palette Modifier and Type Field Description private PaletteTIFFImageFileDirectory. paletteMethods in net.sourceforge.jiu.codecs.tiff that return Palette Modifier and Type Method Description PaletteTIFFImageFileDirectory. getPalette() -
Uses of Palette in net.sourceforge.jiu.color
Methods in net.sourceforge.jiu.color that return Palette Modifier and Type Method Description static PaletteWebsafePaletteCreator. create()Creates a new palette with the 216 websafe colors. -
Uses of Palette in net.sourceforge.jiu.color.io
Methods in net.sourceforge.jiu.color.io that return Palette Modifier and Type Method Description static PalettePaletteSerialization. convertImageToPalette(RGB24Image image)Create a palette from the pixels of the argument image.static PalettePaletteSerialization. load(File paletteFile)Loads a palette from the argument file.Methods in net.sourceforge.jiu.color.io with parameters of type Palette Modifier and Type Method Description static RGB24ImagePaletteSerialization. convertPaletteToImage(Palette palette)Creates an RGB24Image from the palette entries, each entry becomes a pixel in an image of width 1 and height palette.getNumEntries().static voidPaletteSerialization. save(Palette palette, File paletteFile)Saves the palette to the given file as a PPM image file. -
Uses of Palette in net.sourceforge.jiu.color.quantization
Fields in net.sourceforge.jiu.color.quantization declared as Palette Modifier and Type Field Description private PaletteArbitraryPaletteQuantizer. paletteprivate PaletteMedianCutContourRemoval. paletteprivate PaletteOctreeColorQuantizer. paletteprivate PalettePopularityQuantizer. paletteMethods in net.sourceforge.jiu.color.quantization that return Palette Modifier and Type Method Description PaletteArbitraryPaletteQuantizer. createPalette()Returns a copy of the palette that was given to the constructor of this class.PaletteMedianCutQuantizer. createPalette()Creates a palette with the representative colors of all leaf nodes.PaletteOctreeColorQuantizer. createPalette()PalettePopularityQuantizer. createPalette()PaletteRGBQuantizer. createPalette()Return a Palette object with the list of colors to be used in the quantization process.PaletteUniformPaletteQuantizer. createPalette()private PalettePopularityQuantizer. determinePalette()Methods in net.sourceforge.jiu.color.quantization with parameters of type Palette Modifier and Type Method Description private voidOctreeColorQuantizer. initPalette(OctreeNode node, Palette palette)Constructors in net.sourceforge.jiu.color.quantization with parameters of type Palette Constructor Description ArbitraryPaletteQuantizer(Palette palette)Creates a quantizer that will be able to map pixels (or a complete image) to the argument palette. -
Uses of Palette in net.sourceforge.jiu.data
Fields in net.sourceforge.jiu.data declared as Palette Modifier and Type Field Description private PaletteMemoryPaletted8Image. paletteThis image's palette.Methods in net.sourceforge.jiu.data that return Palette Modifier and Type Method Description PaletteMemoryPaletted8Image. getPalette()Returns this image's palette.PalettePalettedImage. getPalette()Gets the palette of this image.Methods in net.sourceforge.jiu.data with parameters of type Palette Modifier and Type Method Description static voidMemoryPaletted8Image. checkPalette(Palette palette)voidMemoryPaletted8Image. setPalette(Palette palette)Sets this image's palette to a new value.voidPalettedImage. setPalette(Palette palette)Sets the palette of this image to the argument palette object.Constructors in net.sourceforge.jiu.data with parameters of type Palette Constructor Description MemoryPaletted8Image(int width, int height, Palette palette)
-