Class HemfPlusMisc.EmfPlusSetClipPath
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusFlagOnly
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusSetClipPath
-
- All Implemented Interfaces:
GenericRecord,HemfPlusMisc.EmfPlusObjectId,HemfPlusRecord
- Direct Known Subclasses:
HemfPlusMisc.EmfPlusSetClipRegion
- Enclosing class:
- HemfPlusMisc
public static class HemfPlusMisc.EmfPlusSetClipPath extends HemfPlusMisc.EmfPlusFlagOnly implements HemfPlusMisc.EmfPlusObjectId
The EmfPlusSetClipPath record combines the current clipping region with a graphics path.
-
-
Field Summary
-
Fields inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusObjectId
OBJECT_ID
-
-
Constructor Summary
Constructors Constructor Description EmfPlusSetClipPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(HemfGraphics ctx)Draws the record, the default redirects to the parent WMF record drawingHemfPlusMisc.CombineModegetCombineMode()-
Methods inherited from class org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusFlagOnly
getEmfPlusRecordType, getFlags, getGenericProperties, getGenericRecordType, init
-
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.HemfPlusMisc.EmfPlusObjectId
getFlags, getObjectId
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusRecord
calcBounds
-
-
-
-
Method Detail
-
getCombineMode
public HemfPlusMisc.CombineMode getCombineMode()
-
draw
public void draw(HemfGraphics ctx)
Description copied from interface:HemfPlusRecordDraws the record, the default redirects to the parent WMF record drawing- Specified by:
drawin interfaceHemfPlusRecord- Parameters:
ctx- the drawing context
-
-