Uses of Class
org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
-
Packages that use PNGSuggestedPaletteEntry Package Description org.apache.batik.ext.awt.image.codec.png -
-
Uses of PNGSuggestedPaletteEntry in org.apache.batik.ext.awt.image.codec.png
Fields in org.apache.batik.ext.awt.image.codec.png declared as PNGSuggestedPaletteEntry Modifier and Type Field Description private PNGSuggestedPaletteEntry[]PNGEncodeParam. suggestedPaletteMethods in org.apache.batik.ext.awt.image.codec.png that return PNGSuggestedPaletteEntry Modifier and Type Method Description PNGSuggestedPaletteEntry[]PNGEncodeParam. getSuggestedPalette()Returns the suggested palette information to be stored with this image.Methods in org.apache.batik.ext.awt.image.codec.png with parameters of type PNGSuggestedPaletteEntry Modifier and Type Method Description voidPNGEncodeParam. setSuggestedPalette(PNGSuggestedPaletteEntry[] palette)Sets the suggested palette information to be stored with this image.
-