Package org.apache.poi.hwmf.record
Class HwmfWindowing
java.lang.Object
org.apache.poi.hwmf.record.HwmfWindowing
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classThe META_EXCLUDECLIPRECT record sets the clipping region in the playback device context to the existing clipping region minus the specified rectangle.static classThe 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 classThe META_OFFSETCLIPRGN record moves the clipping region in the playback device context by the specified offsets.static classThe META_OFFSETVIEWPORTORG record moves the viewport origin in the playback device context by specified horizontal and vertical offsets.static classThe META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets.static classThe 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 classThe META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets.static classstatic classThe META_SELECTCLIPREGION record specifies a Region Object to be the current clipping region.static classThe META_SETVIEWPORTEXT record sets the horizontal and vertical extents of the viewport in the playback device context.static classThe META_SETVIEWPORTORG record defines the viewport origin in the playback device context.static classThe META_SETWINDOWEXT record defines the horizontal and vertical extents of the output window in the playback device context.static classThe META_SETWINDOWORG record defines the output window origin in the playback device context. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HwmfWindowing
public HwmfWindowing()
-