Class HemfPlusDraw.EmfPlusFillPath
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusDraw.EmfPlusFillRegion
-
- org.apache.poi.hemf.record.emfplus.HemfPlusDraw.EmfPlusFillPath
-
- All Implemented Interfaces:
GenericRecord,HemfPlusDraw.EmfPlusSolidColor,HemfPlusMisc.EmfPlusObjectId,HemfPlusRecord
- Enclosing class:
- HemfPlusDraw
public static class HemfPlusDraw.EmfPlusFillPath extends HemfPlusDraw.EmfPlusFillRegion
The EmfPlusFillPath record specifies filling the interior of a graphics path.
-
-
Field Summary
-
Fields inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusDraw.EmfPlusSolidColor
SOLID_COLOR
-
Fields inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusObjectId
OBJECT_ID
-
-
Constructor Summary
Constructors Constructor Description EmfPlusFillPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HemfPlusRecordTypegetEmfPlusRecordType()-
Methods inherited from class org.apache.poi.hemf.record.emfplus.HemfPlusDraw.EmfPlusFillRegion
draw, getBrushIdValue, getFlags, getGenericProperties, init, toString
-
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.HemfPlusDraw.EmfPlusSolidColor
applyColor, getBrushId, getSolidColor, isSolidColor
-
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, getGenericRecordType
-
-
-
-
Method Detail
-
getEmfPlusRecordType
public HemfPlusRecordType getEmfPlusRecordType()
- Specified by:
getEmfPlusRecordTypein interfaceHemfPlusRecord- Overrides:
getEmfPlusRecordTypein classHemfPlusDraw.EmfPlusFillRegion
-
-