Package org.apache.poi.hwmf.record
Class HwmfWindowing
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfWindowing
-
public class HwmfWindowing extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHwmfWindowing.WmfCreateRegionstatic classHwmfWindowing.WmfExcludeClipRectThe META_EXCLUDECLIPRECT record sets the clipping region in the playback device context to the existing clipping region minus the specified rectangle.static classHwmfWindowing.WmfIntersectClipRectThe META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the intersection of the existing clipping region and the specified rectangle.static classHwmfWindowing.WmfOffsetClipRgnThe META_OFFSETCLIPRGN record moves the clipping region in the playback device context by the specified offsets.static classHwmfWindowing.WmfOffsetViewportOrgThe META_OFFSETVIEWPORTORG record moves the viewport origin in the playback device context by specified horizontal and vertical offsets.static classHwmfWindowing.WmfOffsetWindowOrgThe META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets.static classHwmfWindowing.WmfScaleViewportExtThe META_SCALEVIEWPORTEXT record scales the horizontal and vertical extents of the viewport that is defined in the playback device context by using the ratios formed by the specified multiplicands and divisors.static classHwmfWindowing.WmfScaleWindowExtThe META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets.static classHwmfWindowing.WmfScanObjectstatic classHwmfWindowing.WmfSelectClipRegionThe META_SELECTCLIPREGION record specifies a Region Object to be the current clipping region.static classHwmfWindowing.WmfSetViewportExtThe META_SETVIEWPORTEXT record sets the horizontal and vertical extents of the viewport in the playback device context.static classHwmfWindowing.WmfSetViewportOrgThe META_SETVIEWPORTORG record defines the viewport origin in the playback device context.static classHwmfWindowing.WmfSetWindowExtThe META_SETWINDOWEXT record defines the horizontal and vertical extents of the output window in the playback device context.static classHwmfWindowing.WmfSetWindowOrgThe META_SETWINDOWORG record defines the output window origin in the playback device context.
-
Constructor Summary
Constructors Constructor Description HwmfWindowing()
-