Class HemfPlusMisc
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc
-
public class HemfPlusMisc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHemfPlusMisc.CombineModestatic classHemfPlusMisc.EmfPlusEOFstatic classHemfPlusMisc.EmfPlusFlagOnlystatic classHemfPlusMisc.EmfPlusGetDCThe EmfPlusGetDC record specifies that subsequent EMF records encountered in the metafile SHOULD be processed.static classHemfPlusMisc.EmfPlusMultiplyWorldTransformThe EmfPlusMultiplyWorldTransform record multiplies the current world space transform by a specified transform matrix.static interfaceHemfPlusMisc.EmfPlusObjectIdstatic classHemfPlusMisc.EmfPlusResetClipThe EmfPlusResetClip record resets the current clipping region for the world space to infinity.static classHemfPlusMisc.EmfPlusResetWorldTransformThe EmfPlusResetWorldTransform record resets the current world space transform to the identify matrix.static classHemfPlusMisc.EmfPlusRestoreThe EmfPlusRestore record restores the graphics state, identified by a specified index, from a stack of saved graphics states.static classHemfPlusMisc.EmfPlusSaveThe EmfPlusSave record saves the graphics state, identified by a specified index, on a stack of saved graphics states.static classHemfPlusMisc.EmfPlusSetAntiAliasModeThe EmfPlusSetAntiAliasMode record specifies the anti-aliasing mode for text output.static classHemfPlusMisc.EmfPlusSetClipPathThe EmfPlusSetClipPath record combines the current clipping region with a graphics path.static classHemfPlusMisc.EmfPlusSetClipRectThe EmfPlusSetClipRect record combines the current clipping region with a rectangle.static classHemfPlusMisc.EmfPlusSetClipRegionThe EmfPlusSetClipRegion record combines the current clipping region with another graphics region.static classHemfPlusMisc.EmfPlusSetCompositingModeThe EmfPlusSetCompositingMode record specifies how source colors are combined with background colors.static classHemfPlusMisc.EmfPlusSetCompositingQualityThe EmfPlusSetCompositingQuality record specifies the desired level of quality for creating composite images from multiple objects.static classHemfPlusMisc.EmfPlusSetInterpolationModeThe EmfPlusSetInterpolationMode record specifies how image scaling, including stretching and shrinking, is performed.static classHemfPlusMisc.EmfPlusSetPageTransformThe EmfPlusSetPageTransform record specifies scaling factors and units for converting page space coordinates to device space coordinates.static classHemfPlusMisc.EmfPlusSetPixelOffsetModeThe EmfPlusSetPixelOffsetMode record specifies how pixels are centered with respect to the coordinates of the drawing surface.static classHemfPlusMisc.EmfPlusSetRenderingOriginThe EmfPlusSetRenderingOrigin record specifies the rendering origin for graphics output.static classHemfPlusMisc.EmfPlusSetTextRenderingHintThe EmfPlusSetTextRenderingHint record specifies the quality of text rendering, including the type of anti-aliasing.static classHemfPlusMisc.EmfPlusSetWorldTransformThe EmfPlusSetWorldTransform record sets the world transform according to the values in a specified transform matrix.
-
Constructor Summary
Constructors Constructor Description HemfPlusMisc()
-