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

java.lang.Object
  extended by org.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
      extended by 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
HwmfPalette.WmfCreatePalette()
           
 
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.WmfCreatePalette

public HwmfPalette.WmfCreatePalette()
Method Detail

getRecordType

public HwmfRecordType getRecordType()
Specified by:
getRecordType in interface HwmfRecord

applyObject

public void applyObject(HwmfGraphics ctx)
Specified by:
applyObject in interface HwmfObjectTableEntry


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