public class HwmfFill
extends java.lang.Object | Modifier and Type | Class and Description | 
|---|---|
static class  |  
           HwmfFill.ColorUsage 
            
              The ColorUsage Enumeration (a 16-bit unsigned integer) specifies whether a color table exists in a device-independent bitmap (DIB) and how to interpret its values, i.e. 
             (ColorUsage 枚举(一个 16 位无符号整数)指定颜色表是否存在于与设备无关的位图 (DIB) 中以及如何解释其值,即) 
               |  
          
static interface  |  
           HwmfFill.HwmfImageRecord 
            
              A record which contains an image (to be extracted) 
             (包含图像的记录(待提取)) 
               |  
          
static class  |  
           HwmfFill.WmfBitBlt  |  
          
static class  |  
           HwmfFill.WmfDibBitBlt  |  
          
static class  |  
           HwmfFill.WmfDibStretchBlt 
            
              The META_DIBSTRETCHBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation, with possible expansion or contraction. 
             (META_DIBSTRETCHBLT 记录根据光栅操作指定与设备无关格式的像素块的传输,可能扩展或收缩。) 
               |  
          
static class  |  
           HwmfFill.WmfExtFloodFill 
            
              The META_EXTFLOODFILL record fills an area with the brush that is defined in the playback device context. 
             (META_EXTFLOODFILL 记录使用播放设备上下文中定义的画笔填充区域。) 
               |  
          
static class  |  
           HwmfFill.WmfFillRegion 
            
              The META_FILLREGION record fills a region using a specified brush. 
             (META_FILLREGION 记录使用指定的画笔填充区域。) 
               |  
          
static class  |  
           HwmfFill.WmfFloodFill 
            
              The META_FLOODFILL record fills an area of the output surface with the brush that is defined in the playback device context. 
             (META_FLOODFILL 记录使用在播放设备上下文中定义的画笔填充输出表面的区域。) 
               |  
          
static class  |  
           HwmfFill.WmfInvertRegion 
            
              The META_INVERTREGION record draws a region in which the colors are inverted. 
             (META_INVERTREGION 记录绘制了一个颜色反转的区域。) 
               |  
          
static class  |  
           HwmfFill.WmfPaintRegion 
            
              The META_PAINTREGION record paints the specified region by using the brush that is defined in the playback device context. 
             (META_PAINTREGION 记录使用播放设备上下文中定义的画笔绘制指定区域。) 
               |  
          
static class  |  
           HwmfFill.WmfPatBlt 
            
              The META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context. 
             (META_PATBLT 记录使用在播放设备上下文中定义的画笔绘制指定的矩形。) 
               |  
          
static class  |  
           HwmfFill.WmfSetDibToDev 
            
              The META_SETDIBTODEV record sets a block of pixels in the playback device context using deviceindependent color data. 
             (META_SETDIBTODEV 记录使用与设备无关的颜色数据在播放设备上下文中设置像素块。) 
               |  
          
static class  |  
           HwmfFill.WmfSetPolyfillMode 
            
              The META_SETPOLYFILLMODE record sets polygon fill mode in the playback device context for graphics operations that fill polygons. 
             (META_SETPOLYFILLMODE 记录在播放设备上下文中为填充多边形的图形操作设置多边形填充模式。) 
               |  
          
static class  |  
           HwmfFill.WmfStretchBlt 
            
              The META_STRETCHBLT record specifies the transfer of a block of pixels according to a raster operation, with possible expansion or contraction. 
             (META_STRETCHBLT 记录根据光栅操作指定像素块的传输,可能扩展或收缩。) 
               |  
          
static class  |  
           HwmfFill.WmfStretchDib 
            
              The META_STRETCHDIB record specifies the transfer of color data from a block of pixels in device independent format according to a raster operation, with possible expansion or contraction. 
             (META_STRETCHDIB 记录指定根据光栅操作从设备独立格式的像素块传输颜色数据,可能扩展或收缩。) 
               |  
          
| Constructor and Description | 
|---|
HwmfFill()  |  
          
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.