Class HemfPlusRegion.EmfPlusRegionPath
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusPath.EmfPlusPath
-
- org.apache.poi.hemf.record.emfplus.HemfPlusRegion.EmfPlusRegionPath
-
- All Implemented Interfaces:
GenericRecord,HemfPlusDraw.EmfPlusCompressed,HemfPlusDraw.EmfPlusRelativePosition,HemfPlusObject.EmfPlusObjectData,HemfPlusRegion.EmfPlusRegionNodeData
- Enclosing class:
- HemfPlusRegion
public static class HemfPlusRegion.EmfPlusRegionPath extends HemfPlusPath.EmfPlusPath implements HemfPlusRegion.EmfPlusRegionNodeData
-
-
Field Summary
-
Fields inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusDraw.EmfPlusCompressed
COMPRESSED
-
Fields inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusDraw.EmfPlusRelativePosition
POSITION
-
-
Constructor Summary
Constructors Constructor Description EmfPlusRegionPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HemfPlusRegion.EmfPlusRegionNodeDataTypegetGenericRecordType()ShapegetShape()longinit(LittleEndianInputStream leis)-
Methods inherited from class org.apache.poi.hemf.record.emfplus.HemfPlusPath.EmfPlusPath
applyObject, getFlags, getGenericProperties, getGraphicsVersion, getPath, getPath, getPoint, getPointType, init, isPointClosed, isPointDashed, isPointMarker
-
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, getGenericProperties
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusDraw.EmfPlusCompressed
getReadRect, isCompressed
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusDraw.EmfPlusRelativePosition
isRelativePosition
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusObject.EmfPlusObjectData
isContinuedRecord
-
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
-
getShape
public Shape getShape()
- Specified by:
getShapein interfaceHemfPlusRegion.EmfPlusRegionNodeData
-
getGenericRecordType
public HemfPlusRegion.EmfPlusRegionNodeDataType getGenericRecordType()
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Overrides:
getGenericRecordTypein classHemfPlusPath.EmfPlusPath
-
-