Class HemfPlusMisc.EmfPlusGetDC
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusFlagOnly
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusGetDC
-
- All Implemented Interfaces:
GenericRecord,HemfPlusRecord
- Enclosing class:
- HemfPlusMisc
public static class HemfPlusMisc.EmfPlusGetDC extends HemfPlusMisc.EmfPlusFlagOnly
The EmfPlusGetDC record specifies that subsequent EMF records encountered in the metafile SHOULD be processed.
-
-
Constructor Summary
Constructors Constructor Description EmfPlusGetDC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalcBounds(HemfRecord.RenderBounds holder)voiddraw(HemfGraphics ctx)Draws the record, the default redirects to the parent WMF record drawing-
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
-
-
-
-
Method Detail
-
draw
public void draw(HemfGraphics ctx)
Description copied from interface:HemfPlusRecordDraws the record, the default redirects to the parent WMF record drawing- Parameters:
ctx- the drawing context
-
calcBounds
public void calcBounds(HemfRecord.RenderBounds holder)
-
-