public static class HemfPlusMisc.EmfPlusSave extends java.lang.Object implements HemfPlusRecord
| Constructor and Description | 
|---|
| EmfPlusSave() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | draw(HemfGraphics ctx)Draws the record, the default redirects to the parent WMF record drawing | 
| HemfPlusRecordType | getEmfPlusRecordType() | 
| int | getFlags() | 
| java.util.Map<java.lang.String,java.util.function.Supplier<?>> | getGenericProperties() | 
| int | getStackIndex() | 
| long | init(LittleEndianInputStream leis,
    long dataSize,
    long recordId,
    int flags)Init record from stream | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalcBounds, getGenericRecordTypegetGenericChildrenpublic HemfPlusRecordType getEmfPlusRecordType()
getEmfPlusRecordType in interface HemfPlusRecordpublic int getFlags()
getFlags in interface HemfPlusRecordpublic int getStackIndex()
public long init(LittleEndianInputStream leis, long dataSize, long recordId, int flags) throws java.io.IOException
HemfPlusRecordinit in interface HemfPlusRecordleis - 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 malformedpublic void draw(HemfGraphics ctx)
HemfPlusRecorddraw in interface HemfPlusRecordctx - the drawing contextpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordCopyright 2021 The Apache Software Foundation or its licensors, as applicable.