|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtRenderListener
Simply extends the RenderListener interface to provide
additional methods.
| Method Summary | |
|---|---|
void |
clipPath(int rule)
Called when the current path should be set as a new clipping path. |
void |
modifyPath(PathConstructionRenderInfo renderInfo)
Called when the current path is being modified. |
Path |
renderPath(PathPaintingRenderInfo renderInfo)
Called when the current path should be rendered. |
| Methods inherited from interface com.itextpdf.text.pdf.parser.RenderListener |
|---|
beginTextBlock, endTextBlock, renderImage, renderText |
| Method Detail |
|---|
void modifyPath(PathConstructionRenderInfo renderInfo)
renderInfo - Contains information about the path segment being added to the current path.Path renderPath(PathPaintingRenderInfo renderInfo)
renderInfo - Contains information about the current path which should be rendered.
void clipPath(int rule)
rule - Either PathPaintingRenderInfo.EVEN_ODD_RULE or PathPaintingRenderInfo.NONZERO_WINDING_RULE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||