Package org.apache.poi.hwmf.record
Class HwmfPalette.WmfCreatePalette
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
-
- org.apache.poi.hwmf.record.HwmfPalette.WmfCreatePalette
-
- All Implemented Interfaces:
HwmfObjectTableEntry,HwmfRecord
- Enclosing class:
- HwmfPalette
public static class HwmfPalette.WmfCreatePalette extends HwmfPalette.WmfPaletteParent implements HwmfObjectTableEntry
The META_CREATEPALETTE record creates a Palette Object
-
-
Constructor Summary
Constructors Constructor Description WmfCreatePalette()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyObject(HwmfGraphics ctx)HwmfRecordTypegetRecordType()-
Methods inherited from class org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
draw, init
-
-
-
-
Method Detail
-
getRecordType
public HwmfRecordType getRecordType()
- Specified by:
getRecordTypein interfaceHwmfRecord
-
applyObject
public void applyObject(HwmfGraphics ctx)
- Specified by:
applyObjectin interfaceHwmfObjectTableEntry
-
-