Class HemfPlusRegion.EmfPlusRegionInfinite
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusRegion.EmfPlusRegionInfinite
-
- All Implemented Interfaces:
GenericRecord,HemfPlusRegion.EmfPlusRegionNodeData
- Enclosing class:
- HemfPlusRegion
public static class HemfPlusRegion.EmfPlusRegionInfinite extends Object implements HemfPlusRegion.EmfPlusRegionNodeData
-
-
Constructor Summary
Constructors Constructor Description EmfPlusRegionInfinite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Supplier<?>>getGenericProperties()HemfPlusRegion.EmfPlusRegionNodeDataTypegetGenericRecordType()ShapegetShape()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
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusRegion.EmfPlusRegionNodeData
setNodeType
-
-
-
-
Method Detail
-
init
public long init(LittleEndianInputStream leis) throws IOException
- Specified by:
initin interfaceHemfPlusRegion.EmfPlusRegionNodeData- Throws:
IOException
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
getShape
public Shape getShape()
- Specified by:
getShapein interfaceHemfPlusRegion.EmfPlusRegionNodeData
-
getGenericRecordType
public HemfPlusRegion.EmfPlusRegionNodeDataType getGenericRecordType()
- Specified by:
getGenericRecordTypein interfaceGenericRecord
-
-