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 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()
- Specified by:
getRecordType
in interfaceHwmfRecord
-
applyObject
public void applyObject(HwmfGraphics ctx)
- Specified by:
applyObject
in interfaceHwmfObjectTableEntry
-
-