Package org.apache.poi.hwmf.record
Class HwmfPalette.WmfSetPaletteEntries
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
-
- 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
Constructors Constructor Description WmfSetPaletteEntries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyObject(HwmfGraphics ctx)
HwmfRecordType
getRecordType()
-
Methods inherited from class org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
draw, init
-
-
-
-
Method Detail
-
getRecordType
public HwmfRecordType getRecordType()
-
applyObject
public void applyObject(HwmfGraphics ctx)
-
-