Class HemfPlusMisc.EmfPlusResetWorldTransform
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusFlagOnly
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusResetWorldTransform
-
- All Implemented Interfaces:
GenericRecord,HemfPlusRecord
- Enclosing class:
- HemfPlusMisc
public static class HemfPlusMisc.EmfPlusResetWorldTransform extends HemfPlusMisc.EmfPlusFlagOnly
The EmfPlusResetWorldTransform record resets the current world space transform to the identify matrix.
-
-
Constructor Summary
Constructors Constructor Description EmfPlusResetWorldTransform()
-
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 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
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusRecord
calcBounds
-
-
-
-
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
-
-