Package org.apache.poi.hemf.record.emf
Class HemfWindowing
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfWindowing
-
public class HemfWindowing extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHemfWindowing.EmfScaleViewportExtExThe EMR_SCALEVIEWPORTEXTEX record respecifies the viewport for a device context by using the ratios formed by the specified multiplicands and divisors.static classHemfWindowing.EmfScaleWindowExtExThe EMR_SCALEWINDOWEXTEX record respecifies the window for a playback device context by using the ratios formed by the specified multiplicands and divisors.static classHemfWindowing.EmfSelectClipPathThe EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback device context, combining the new region with any existing clipping region using the specified mode.static classHemfWindowing.EmfSetExcludeClipRectThe EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing clipping region minus the specified rectangle.static classHemfWindowing.EmfSetIntersectClipRectThe EMR_INTERSECTCLIPRECT record specifies a new clipping region from the intersection of the current clipping region and the specified rectangle.static classHemfWindowing.EmfSetOffsetClipRgnThe EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context by the specified offsets.static classHemfWindowing.EmfSetViewportExtExThe EMR_SETVIEWPORTEXTEX record defines the viewport extent.static classHemfWindowing.EmfSetViewportOrgExThe EMR_SETVIEWPORTORGEX record defines the viewport origin.static classHemfWindowing.EmfSetWindowExtExThe EMR_SETWINDOWEXTEX record defines the window extent.static classHemfWindowing.EmfSetWindowOrgExThe EMR_SETWINDOWORGEX record defines the window origin.
-
Constructor Summary
Constructors Constructor Description HemfWindowing()
-