public interface PatternFormatting 
      | Modifier and Type | Field and Description | 
|---|---|
static short |  
           ALT_BARS 
            
              Wide dots 
             (宽点) 
               |  
          
static short |  
           BIG_SPOTS 
            
              Large spots 
             (大斑点) 
               |  
          
static short |  
           BRICKS 
            
              Brick-like layout 
             (砖式布局) 
               |  
          
static short |  
           DIAMONDS 
            
              Diamonds 
             (钻石) 
               |  
          
static short |  
           FINE_DOTS 
            
              Small fine dots 
             (细小的点) 
               |  
          
static short |  
           LEAST_DOTS 
            
              Least Dots 
             (最少点) 
               |  
          
static short |  
           LESS_DOTS 
            
              Less Dots 
             (少点) 
               |  
          
static short |  
           NO_FILL 
            
              No background 
             (无背景) 
               |  
          
static short |  
           SOLID_FOREGROUND 
            
              Solidly filled 
             (实心填充) 
               |  
          
static short |  
           SPARSE_DOTS 
            
              Sparse dots 
             (稀疏点) 
               |  
          
static short |  
           SQUARES 
            
              Squares 
             (正方形) 
               |  
          
static short |  
           THICK_BACKWARD_DIAG 
            
              Thick backward facing diagonals 
             (厚的后向对角线) 
               |  
          
static short |  
           THICK_FORWARD_DIAG 
            
              Thick forward facing diagonals 
             (厚的前向对角线) 
               |  
          
static short |  
           THICK_HORZ_BANDS 
            
              Thick horizontal bands 
             (粗水平带) 
               |  
          
static short |  
           THICK_VERT_BANDS 
            
              Thick vertical bands 
             (粗垂直带) 
               |  
          
static short |  
           THIN_BACKWARD_DIAG 
            
              Thin backward diagonal 
             (细后对角线) 
               |  
          
static short |  
           THIN_FORWARD_DIAG 
            
              Thin forward diagonal 
             (细前对角线) 
               |  
          
static short |  
           THIN_HORZ_BANDS 
            
              Thin horizontal bands 
             (细水平带) 
               |  
          
static short |  
           THIN_VERT_BANDS 
            
              Thin vertical bands 
             (细垂直带) 
               |  
          
| Modifier and Type | Method and Description | 
|---|---|
short |  
           getFillBackgroundColor()  |  
          
Color |  
           getFillBackgroundColorColor()  |  
          
short |  
           getFillForegroundColor()  |  
          
Color |  
           getFillForegroundColorColor()  |  
          
short |  
           getFillPattern()  |  
          
void |  
           setFillBackgroundColor(Color bg)  |  
          
void |  
           setFillBackgroundColor(short bg)  |  
          
void |  
           setFillForegroundColor(Color fg)  |  
          
void |  
           setFillForegroundColor(short fg)  |  
          
void |  
           setFillPattern(short fp)  |  
          
static final short NO_FILL
static final short SOLID_FOREGROUND
static final short FINE_DOTS
static final short ALT_BARS
static final short SPARSE_DOTS
static final short THICK_HORZ_BANDS
static final short THICK_VERT_BANDS
static final short THICK_BACKWARD_DIAG
static final short THICK_FORWARD_DIAG
static final short BIG_SPOTS
static final short BRICKS
static final short THIN_HORZ_BANDS
static final short THIN_VERT_BANDS
static final short THIN_BACKWARD_DIAG
static final short THIN_FORWARD_DIAG
static final short SQUARES
static final short DIAMONDS
static final short LESS_DOTS
static final short LEAST_DOTS
short getFillBackgroundColor()
short getFillForegroundColor()
Color getFillBackgroundColorColor()
Color getFillForegroundColorColor()
short getFillPattern()
void setFillBackgroundColor(short bg)
void setFillForegroundColor(short fg)
void setFillBackgroundColor(Color bg)
void setFillForegroundColor(Color fg)
void setFillPattern(short fp)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.