Class HemfPlusMisc.EmfPlusSetClipRect
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusSetClipRect
-
- All Implemented Interfaces:
GenericRecord,HemfPlusRecord
- Enclosing class:
- HemfPlusMisc
public static class HemfPlusMisc.EmfPlusSetClipRect extends Object implements HemfPlusRecord
The EmfPlusSetClipRect record combines the current clipping region with a rectangle.
-
-
Constructor Summary
Constructors Constructor Description EmfPlusSetClipRect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2DgetClipRect()HemfPlusMisc.CombineModegetCombineMode()HemfPlusRecordTypegetEmfPlusRecordType()intgetFlags()Map<String,Supplier<?>>getGenericProperties()longinit(LittleEndianInputStream leis, long dataSize, long recordId, int flags)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.common.usermodel.GenericRecord
getGenericChildren
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusRecord
calcBounds, draw, getGenericRecordType
-
-
-
-
Method Detail
-
getEmfPlusRecordType
public HemfPlusRecordType getEmfPlusRecordType()
- Specified by:
getEmfPlusRecordTypein interfaceHemfPlusRecord
-
getFlags
public int getFlags()
- Specified by:
getFlagsin interfaceHemfPlusRecord
-
getCombineMode
public HemfPlusMisc.CombineMode getCombineMode()
-
init
public long init(LittleEndianInputStream leis, long dataSize, long recordId, int flags) throws IOException
Description copied from interface:HemfPlusRecordInit record from stream- Specified by:
initin interfaceHemfPlusRecord- Parameters:
leis- the little endian input streamdataSize- the size limit for this recordrecordId- the id of theHemfPlusRecordTypeflags- the record flags- Returns:
- count of processed bytes
- Throws:
IOException- when the inputstream is malformed
-
getClipRect
public Rectangle2D getClipRect()
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-