Class HemfPlusPen.EmfPlusCustomLineCap
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusPen.EmfPlusCustomLineCap
-
- All Implemented Interfaces:
GenericRecord
- Direct Known Subclasses:
HemfPlusPen.EmfPlusAdjustableArrowCap,HemfPlusPen.EmfPlusPathArrowCap
- Enclosing class:
- HemfPlusPen
@Internal public abstract static class HemfPlusPen.EmfPlusCustomLineCap extends Object implements GenericRecord
-
-
Constructor Summary
Constructors Constructor Description EmfPlusCustomLineCap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Supplier<?>>getGenericProperties()HemfPlusObject.EmfPlusObjectTypegetGenericRecordType()protected longinit(LittleEndianInputStream leis)-
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
protected long init(LittleEndianInputStream leis) throws IOException
- Throws:
IOException
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
getGenericRecordType
public final HemfPlusObject.EmfPlusObjectType getGenericRecordType()
- Specified by:
getGenericRecordTypein interfaceGenericRecord
-
-