| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.graphics.PdfBrush
com.spire.pdf.graphics.PdfTilingBrush
public final class PdfTilingBrush
Implements a colored tiling brush.
| Constructor Summary | |
|---|---|
| PdfTilingBrush(java.awt.geom.Dimension2D size)Initializes a new instance of the class. | |
| PdfTilingBrush(java.awt.geom.Dimension2D size,
               PdfNewPage page)Initializes a new instance of the class. | |
| PdfTilingBrush(java.awt.geom.Rectangle2D rectangle)Initializes a new instance of the class. | |
| PdfTilingBrush(java.awt.geom.Rectangle2D rectangle,
               PdfNewPage page)Initializes a new instance of the class. | |
| Method Summary | |
|---|---|
|  PdfCanvas | getGraphics()Gets Graphics context of the brush. | 
|  java.awt.geom.Rectangle2D | getRectangle()Gets the boundary box of the smallest brush cell. | 
|  java.awt.geom.Dimension2D | getSize()Gets the size of the smallest brush cell. | 
|  boolean | getStroking()Gets a value indicating whether this | 
|  void | setStroking(boolean value)Gets a value indicating whether this | 
| Constructor Detail | 
|---|
public PdfTilingBrush(java.awt.geom.Rectangle2D rectangle)
rectangle - The boundaries of the smallest brush cell.
public PdfTilingBrush(java.awt.geom.Rectangle2D rectangle,
                      PdfNewPage page)
rectangle - The boundaries of the smallest brush cell.page - The Current Page Object.public PdfTilingBrush(java.awt.geom.Dimension2D size)
size - The size of the smallest brush cell.
public PdfTilingBrush(java.awt.geom.Dimension2D size,
                      PdfNewPage page)
size - The size of the smallest brush cell.page - The Current Page Object.| Method Detail | 
|---|
public java.awt.geom.Rectangle2D getRectangle()
public java.awt.geom.Dimension2D getSize()
public PdfCanvas getGraphics()
public boolean getStroking()
public void setStroking(boolean value)
value - | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||