Uses of Class
org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
-
Packages that use PNGSuggestedPaletteEntry Package Description org.apache.xmlgraphics.image.codec.png Contains a PNG image codec. -
-
Uses of PNGSuggestedPaletteEntry in org.apache.xmlgraphics.image.codec.png
Methods in org.apache.xmlgraphics.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.xmlgraphics.image.codec.png with parameters of type PNGSuggestedPaletteEntry Modifier and Type Method Description void
PNGEncodeParam. setSuggestedPalette(PNGSuggestedPaletteEntry[] palette)
Sets the suggested palette information to be stored with this image.
-