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