org.apache.poi.hwmf.record
Class HwmfPalette.WmfAnimatePalette

java.lang.Object
  extended by org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
      extended by org.apache.poi.hwmf.record.HwmfPalette.WmfAnimatePalette
All Implemented Interfaces:
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 Summary
HwmfPalette.WmfAnimatePalette()
           
 
Method Summary
 void applyObject(HwmfGraphics ctx)
           
 HwmfRecordType getRecordType()
           
 
Methods inherited from class org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
draw, getPaletteCopy, getPaletteStart, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HwmfPalette.WmfAnimatePalette

public HwmfPalette.WmfAnimatePalette()
Method Detail

getRecordType

public HwmfRecordType getRecordType()

applyObject

public void applyObject(HwmfGraphics ctx)


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.