public static class HemfPlusMisc.EmfPlusSetClipRect extends Object implements HemfPlusRecord
| Constructor and Description |
|---|
EmfPlusSetClipRect() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
getClipRect() |
HemfPlusMisc.CombineMode |
getCombineMode() |
HemfPlusRecordType |
getEmfPlusRecordType() |
int |
getFlags() |
Map<String,Supplier<?>> |
getGenericProperties() |
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, draw, getGenericRecordTypegetGenericChildrenpublic HemfPlusRecordType getEmfPlusRecordType()
getEmfPlusRecordType in interface HemfPlusRecordpublic int getFlags()
getFlags in interface HemfPlusRecordpublic HemfPlusMisc.CombineMode getCombineMode()
public long init(LittleEndianInputStream leis, long dataSize, long recordId, int flags) throws IOException
HemfPlusRecordinit in interface HemfPlusRecordleis - the little endian input streamdataSize - the size limit for this recordrecordId - the id of the HemfPlusRecordTypeflags - the record flagsIOException - when the inputstream is malformedpublic Rectangle2D getClipRect()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord