Uses of Class
com.mxgraph.util.png.mxPngSuggestedPaletteEntry
Packages that use mxPngSuggestedPaletteEntry
-
Uses of mxPngSuggestedPaletteEntry in com.mxgraph.util.png
Fields in com.mxgraph.util.png declared as mxPngSuggestedPaletteEntryModifier and TypeFieldDescriptionprivate mxPngSuggestedPaletteEntry[]
mxPngEncodeParam.suggestedPalette
Methods in com.mxgraph.util.png that return mxPngSuggestedPaletteEntryModifier and TypeMethodDescription(package private) mxPngSuggestedPaletteEntry[]
mxPngEncodeParam.getSuggestedPalette()
Returns the suggested palette information to be stored with this image.Methods in com.mxgraph.util.png with parameters of type mxPngSuggestedPaletteEntryModifier and TypeMethodDescriptionvoid
mxPngEncodeParam.setSuggestedPalette
(mxPngSuggestedPaletteEntry[] palette) Sets the suggested palette information to be stored with this image.