Uses of Class
org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
-
Packages that use HwmfPalette.WmfPaletteParent Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.record -
-
Uses of HwmfPalette.WmfPaletteParent in org.apache.poi.hemf.record.emf
Subclasses of HwmfPalette.WmfPaletteParent in org.apache.poi.hemf.record.emf Modifier and Type Class Description static classHemfPalette.EmfCreatePaletteThe EMR_CREATEPALETTE record defines a logical palette for graphics operations.static classHemfPalette.EmfSetPaletteEntriesThe EMR_SETPALETTEENTRIES record defines RGB color values in a range of entries for an existing LogPalette object. -
Uses of HwmfPalette.WmfPaletteParent in org.apache.poi.hwmf.record
Subclasses of HwmfPalette.WmfPaletteParent in org.apache.poi.hwmf.record Modifier and Type Class Description static classHwmfPalette.WmfAnimatePaletteThe META_ANIMATEPALETTE record redefines entries in the logical palette that is defined in the playback device context with the specified Palette object The logical palette that is specified by the Palette object in this record is the source of the palette changes, and the logical palette that is currently selected into the playback device context is the destination.static classHwmfPalette.WmfCreatePaletteThe META_CREATEPALETTE record creates a Palette Objectstatic classHwmfPalette.WmfSetPaletteEntriesThe META_SETPALENTRIES record defines RGB color values in a range of entries in the logical palette that is defined in the playback device context.
-