public static class HemfMisc.EmfEof extends Object implements HemfRecord
HemfRecord.RenderBounds| Modifier and Type | Field and Description |
|---|---|
protected List<HwmfPalette.PaletteEntry> |
palette |
| Constructor and Description |
|---|
EmfEof() |
| Modifier and Type | Method and Description |
|---|---|
HemfRecordType |
getEmfRecordType() |
Map<String,Supplier<?>> |
getGenericProperties() |
List<HwmfPalette.PaletteEntry> |
getPalette() |
long |
init(LittleEndianInputStream leis,
long recordSize,
long recordId)
Init record from stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalcBounds, draw, getGenericRecordType, setHeadergetGenericChildrenprotected final List<HwmfPalette.PaletteEntry> palette
public HemfRecordType getEmfRecordType()
getEmfRecordType in interface HemfRecordpublic long init(LittleEndianInputStream leis, long recordSize, long recordId) throws IOException
HemfRecordinit in interface HemfRecordleis - the little endian input streamrecordSize - the size limit for this recordrecordId - the id of the HemfRecordTypeIOException - when the inputstream is malformedpublic List<HwmfPalette.PaletteEntry> getPalette()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord