Uses of Class
com.lowagie.text.pdf.PdfPatternPainter

Packages that use PdfPatternPainter
com.lowagie.text.pdf   
 

Uses of PdfPatternPainter in com.lowagie.text.pdf
 

Methods in com.lowagie.text.pdf that return PdfPatternPainter
 PdfPatternPainter PdfContentByte.createPattern(float width, float height)
          Create a new colored tiling pattern.
 PdfPatternPainter PdfContentByte.createPattern(float width, float height, Color 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, Color color)
          Create a new uncolored tiling pattern.
 PdfPatternPainter PatternColor.getPainter()
          Gets the pattern.
 

Methods in com.lowagie.text.pdf with parameters of type PdfPatternPainter
 void PdfContentByte.setPatternFill(PdfPatternPainter p)
          Sets the fill color to a pattern.
 void PdfPatternPainter.setPatternFill(PdfPatternPainter p)
           
 void PdfContentByte.setPatternFill(PdfPatternPainter p, Color color)
          Sets the fill color to an uncolored pattern.
 void PdfContentByte.setPatternFill(PdfPatternPainter p, Color color, float tint)
          Sets the fill color to an uncolored pattern.
 void PdfPatternPainter.setPatternFill(PdfPatternPainter p, Color color, float tint)
           
 void PdfContentByte.setPatternStroke(PdfPatternPainter p)
          Sets the stroke color to a pattern.
 void PdfPatternPainter.setPatternStroke(PdfPatternPainter p)
           
 void PdfContentByte.setPatternStroke(PdfPatternPainter p, Color color)
          Sets the stroke color to an uncolored pattern.
 void PdfContentByte.setPatternStroke(PdfPatternPainter p, Color color, float tint)
          Sets the stroke color to an uncolored pattern.
 void PdfPatternPainter.setPatternStroke(PdfPatternPainter p, Color color, float tint)
           
 

Constructors in com.lowagie.text.pdf with parameters of type PdfPatternPainter
PatternColor(PdfPatternPainter painter)
          Creates a color representing a pattern.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.