Class HwmfPalette.WmfAnimatePalette

java.lang.Object
org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
org.apache.poi.hwmf.record.HwmfPalette.WmfAnimatePalette
All Implemented Interfaces:
GenericRecord, HwmfObjectTableEntry, HwmfRecord
Enclosing class:
HwmfPalette

public static class HwmfPalette.WmfAnimatePalette extends HwmfPalette.WmfPaletteParent
The 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. Entries in the destination palette with the PC_RESERVED PaletteEntryFlag set SHOULD be modified by this record, and entries with that flag clear SHOULD NOT be modified. If none of the entries in the destination palette have the PC_RESERVED flag set, then this record SHOULD have no effect.
  • Constructor Details

    • WmfAnimatePalette

      public WmfAnimatePalette()
  • Method Details