Class HemfPlusMisc.EmfPlusMultiplyWorldTransform
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusSetWorldTransform
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusMultiplyWorldTransform
-
- All Implemented Interfaces:
GenericRecord,HemfPlusRecord
- Enclosing class:
- HemfPlusMisc
public static class HemfPlusMisc.EmfPlusMultiplyWorldTransform extends HemfPlusMisc.EmfPlusSetWorldTransform
The EmfPlusMultiplyWorldTransform record multiplies the current world space transform by a specified transform matrix.
-
-
Constructor Summary
Constructors Constructor Description EmfPlusMultiplyWorldTransform()
-
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 drawingHemfPlusRecordTypegetEmfPlusRecordType()-
Methods inherited from class org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusSetWorldTransform
getFlags, getGenericProperties, getMatrixData, 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, getGenericRecordType
-
-
-
-
Method Detail
-
getEmfPlusRecordType
public HemfPlusRecordType getEmfPlusRecordType()
- Specified by:
getEmfPlusRecordTypein interfaceHemfPlusRecord- Overrides:
getEmfPlusRecordTypein classHemfPlusMisc.EmfPlusSetWorldTransform
-
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- Overrides:
drawin classHemfPlusMisc.EmfPlusSetWorldTransform- Parameters:
ctx- the drawing context
-
-