Class HemfPlusMisc.EmfPlusRestore
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusSave
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusRestore
-
- All Implemented Interfaces:
GenericRecord,HemfPlusRecord
- Enclosing class:
- HemfPlusMisc
public static class HemfPlusMisc.EmfPlusRestore extends HemfPlusMisc.EmfPlusSave
The EmfPlusRestore record restores the graphics state, identified by a specified index, from a stack of saved graphics states.
-
-
Constructor Summary
Constructors Constructor Description EmfPlusRestore()
-
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.EmfPlusSave
getFlags, getGenericProperties, getStackIndex, 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.EmfPlusSave
-
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.EmfPlusSave- Parameters:
ctx- the drawing context
-
-