PaintFlagsDrawFilter
 
    public class PaintFlagsDrawFilter 
 extends DrawFilter 
 
     
     
    
 
    Summary
 
     
     
      
       
       | Public constructors | 
 
       
       |  PaintFlagsDrawFilter(int clearBits, int setBits) DrawFilter的子类通过首先清除绘图标志中的指定clearBits,然后在绘制标志中设置指定的setBits来影响每个绘画。 | 
 
      
    
 
     
     
     
     
     
     
     
     
    Public constructors
 
     
     
     PaintFlagsDrawFilter
 
      
     
PaintFlagsDrawFilter (int clearBits, 
                int setBits) 
     DrawFilter的子类通过首先清除绘图标志中的指定clearBits,然后在绘制标志中设置指定的setBits来影响每个绘画。
 
      
       
        
        | Parameters | 
 
        
        | clearBits | int: These bits will be cleared in the paint's flags | 
 
        
        | setBits | int: These bits will be set in the paint's flags |