|
|||||||||
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 |