Class HemfPlusDraw.EmfPlusDrawPath
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusDraw.EmfPlusDrawPath
-
- All Implemented Interfaces:
GenericRecord,HemfPlusMisc.EmfPlusObjectId,HemfPlusRecord
- Enclosing class:
- HemfPlusDraw
public static class HemfPlusDraw.EmfPlusDrawPath extends Object implements HemfPlusRecord, HemfPlusMisc.EmfPlusObjectId
The EmfPlusDrawPath record specifies drawing a graphics path
-
-
Field Summary
-
Fields inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusObjectId
OBJECT_ID
-
-
Constructor Summary
Constructors Constructor Description EmfPlusDrawPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(HemfGraphics ctx)Draws the record, the default redirects to the parent WMF record drawingHemfPlusRecordTypegetEmfPlusRecordType()intgetFlags()Map<String,Supplier<?>>getGenericProperties()HemfPlusRecordTypegetGenericRecordType()intgetPenId()longinit(LittleEndianInputStream leis, long dataSize, long recordId, int flags)Init record from streamStringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusObjectId
getObjectId
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusRecord
calcBounds
-
-
-
-
Method Detail
-
getEmfPlusRecordType
public HemfPlusRecordType getEmfPlusRecordType()
- Specified by:
getEmfPlusRecordTypein interfaceHemfPlusRecord
-
getFlags
public int getFlags()
- Specified by:
getFlagsin interfaceHemfPlusMisc.EmfPlusObjectId- Specified by:
getFlagsin interfaceHemfPlusRecord
-
getPenId
public int getPenId()
-
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
-
draw
public void draw(HemfGraphics ctx)
Description copied from interface:HemfPlusRecordDraws the record, the default redirects to the parent WMF record drawing- Specified by:
drawin interfaceHemfPlusRecord- Parameters:
ctx- the drawing context
-
getGenericRecordType
public HemfPlusRecordType getGenericRecordType()
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein interfaceHemfPlusRecord
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-