Class HemfPlusPen.EmfPlusPathArrowCap
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusPen.EmfPlusCustomLineCap
-
- org.apache.poi.hemf.record.emfplus.HemfPlusPen.EmfPlusPathArrowCap
-
- All Implemented Interfaces:
GenericRecord
- Enclosing class:
- HemfPlusPen
public static class HemfPlusPen.EmfPlusPathArrowCap extends HemfPlusPen.EmfPlusCustomLineCap
-
-
Constructor Summary
Constructors Constructor Description EmfPlusPathArrowCap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Supplier<?>>getGenericProperties()longinit(LittleEndianInputStream leis)-
Methods inherited from class org.apache.poi.hemf.record.emfplus.HemfPlusPen.EmfPlusCustomLineCap
getGenericRecordType
-
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
-
-
-
-
Method Detail
-
init
public long init(LittleEndianInputStream leis) throws IOException
- Overrides:
initin classHemfPlusPen.EmfPlusCustomLineCap- Throws:
IOException
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord- Overrides:
getGenericPropertiesin classHemfPlusPen.EmfPlusCustomLineCap
-
-