Package org.apache.poi.hemf.record.emf
Class HemfWindowing
java.lang.Object
org.apache.poi.hemf.record.emf.HemfWindowing
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe EMR_SCALEVIEWPORTEXTEX record respecifies the viewport for a device context by using the ratios formed by the specified multiplicands and divisors.static classThe EMR_SCALEWINDOWEXTEX record respecifies the window for a playback device context by using the ratios formed by the specified multiplicands and divisors.static classThe 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 classThe EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing clipping region minus the specified rectangle.static classThe EMR_INTERSECTCLIPRECT record specifies a new clipping region from the intersection of the current clipping region and the specified rectangle.static classThe EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context by the specified offsets.static classThe EMR_SETVIEWPORTEXTEX record defines the viewport extent.static classThe EMR_SETVIEWPORTORGEX record defines the viewport origin.static classThe EMR_SETWINDOWEXTEX record defines the window extent.static classThe EMR_SETWINDOWORGEX record defines the window origin. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HemfWindowing
public HemfWindowing()
-