| Package | Description | 
|---|---|
| com.itextpdf.text.pdf | 
| Modifier and Type | Field and Description | 
|---|---|
protected HashMap<PdfPatternPainter,PdfName> |  
          PdfWriter.documentPatterns 
           
             The patterns of this document 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
PdfPatternPainter |  
          PdfContentByte.createPattern(float width, float height) 
           
             Create a new colored tiling pattern. 
              |  
         
PdfPatternPainter |  
          PdfContentByte.createPattern(float width, float height, BaseColor color) 
           
             Create a new uncolored tiling pattern. 
              |  
         
PdfPatternPainter |  
          PdfContentByte.createPattern(float width, float height, float xstep, float ystep) 
           
             Create a new colored tiling pattern. 
              |  
         
PdfPatternPainter |  
          PdfContentByte.createPattern(float width, float height, float xstep, float ystep, BaseColor color) 
           
             Create a new uncolored tiling pattern. 
              |  
         
PdfPatternPainter |  
          PatternColor.getPainter() 
           
             Gets the pattern. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
void |  
          PdfPatternPainter.setPatternFill(PdfPatternPainter p)  |  
         
void |  
          PdfContentByte.setPatternFill(PdfPatternPainter p) 
           
             Sets the fill color to a pattern. 
              |  
         
void |  
          PdfContentByte.setPatternFill(PdfPatternPainter p, BaseColor color) 
           
             Sets the fill color to an uncolored pattern. 
              |  
         
void |  
          PdfPatternPainter.setPatternFill(PdfPatternPainter p, BaseColor color, float tint)  |  
         
void |  
          PdfContentByte.setPatternFill(PdfPatternPainter p, BaseColor color, float tint) 
           
             Sets the fill color to an uncolored pattern. 
              |  
         
void |  
          PdfPatternPainter.setPatternStroke(PdfPatternPainter p)  |  
         
void |  
          PdfContentByte.setPatternStroke(PdfPatternPainter p) 
           
             Sets the stroke color to a pattern. 
              |  
         
void |  
          PdfContentByte.setPatternStroke(PdfPatternPainter p, BaseColor color) 
           
             Sets the stroke color to an uncolored pattern. 
              |  
         
void |  
          PdfPatternPainter.setPatternStroke(PdfPatternPainter p, BaseColor color, float tint)  |  
         
void |  
          PdfContentByte.setPatternStroke(PdfPatternPainter p, BaseColor color, float tint) 
           
             Sets the stroke color to an uncolored pattern. 
              |  
         
| Constructor and Description | 
|---|
PatternColor(PdfPatternPainter painter) 
           
             Creates a color representing a pattern. 
              |  
         
Copyright © 1998–2019. All rights reserved.