@Internal public interface HemfPlusRecord extends GenericRecord
| Modifier and Type | Method and Description |
|---|---|
default void |
draw(HemfGraphics ctx)
Draws the record, the default redirects to the parent WMF record drawing
|
HemfPlusRecordType |
getEmfPlusRecordType() |
int |
getFlags() |
default java.lang.Enum |
getGenericRecordType() |
long |
init(LittleEndianInputStream leis,
long dataSize,
long recordId,
int flags)
Init record from stream
|
getGenericChildren, getGenericPropertiesHemfPlusRecordType getEmfPlusRecordType()
int getFlags()
long init(LittleEndianInputStream leis, long dataSize, long recordId, int flags) throws java.io.IOException
leis - the little endian input streamdataSize - the size limit for this recordrecordId - the id of the HemfPlusRecordTypeflags - the record flagsjava.io.IOException - when the inputstream is malformeddefault void draw(HemfGraphics ctx)
ctx - the drawing contextdefault java.lang.Enum getGenericRecordType()
getGenericRecordType in interface GenericRecordCopyright 2020 The Apache Software Foundation or its licensors, as applicable.