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

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

public static class HwmfPalette.WmfSetPaletteEntries
extends HwmfPalette.WmfPaletteParent

The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical palette that is defined in the playback device context.


Constructor Summary
HwmfPalette.WmfSetPaletteEntries()
           
 
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.WmfSetPaletteEntries

public HwmfPalette.WmfSetPaletteEntries()
Method Detail

getRecordType

public HwmfRecordType getRecordType()

applyObject

public void applyObject(HwmfGraphics ctx)


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