|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwmf.record.HwmfPalette.WmfPaletteParent
public abstract static class HwmfPalette.WmfPaletteParent
Constructor Summary | |
---|---|
HwmfPalette.WmfPaletteParent()
|
Method Summary | |
---|---|
void |
draw(HwmfGraphics ctx)
Apply the record settings to the graphics context |
protected java.util.List<HwmfPalette.PaletteEntry> |
getPaletteCopy()
|
protected int |
getPaletteStart()
|
int |
init(LittleEndianInputStream leis,
long recordSize,
int recordFunction)
Init record from stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.hwmf.record.HwmfRecord |
---|
getRecordType |
Methods inherited from interface org.apache.poi.hwmf.record.HwmfObjectTableEntry |
---|
applyObject |
Constructor Detail |
---|
public HwmfPalette.WmfPaletteParent()
Method Detail |
---|
public int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws java.io.IOException
HwmfRecord
init
in interface HwmfRecord
leis
- the little endian input stream
java.io.IOException
public final void draw(HwmfGraphics ctx)
HwmfRecord
draw
in interface HwmfRecord
ctx
- the graphics context to modifyprotected java.util.List<HwmfPalette.PaletteEntry> getPaletteCopy()
protected int getPaletteStart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |