Uses of Class
com.helger.pdflayout.render.PageRenderContext
-
-
Uses of PageRenderContext in com.helger.pdflayout.base
Methods in com.helger.pdflayout.base with parameters of type PageRenderContext Modifier and Type Method Description protected abstract voidAbstractPLRenderableObject. onRender(PageRenderContext aCtx)Abstract method to be implemented by subclasses.voidAbstractPLRenderableObject. render(PageRenderContext aCtx)voidIPLRenderableObject. render(PageRenderContext aCtx)Second step: perform. -
Uses of PageRenderContext in com.helger.pdflayout.element.box
Methods in com.helger.pdflayout.element.box with parameters of type PageRenderContext Modifier and Type Method Description protected voidAbstractPLBox. onRender(PageRenderContext aCtx)protected voidAbstractPLInlineBox. onRender(PageRenderContext aCtx) -
Uses of PageRenderContext in com.helger.pdflayout.element.hbox
Methods in com.helger.pdflayout.element.hbox with parameters of type PageRenderContext Modifier and Type Method Description protected voidAbstractPLHBox. onRender(PageRenderContext aCtx) -
Uses of PageRenderContext in com.helger.pdflayout.element.image
Methods in com.helger.pdflayout.element.image with parameters of type PageRenderContext Modifier and Type Method Description protected voidAbstractPLImage. onRender(PageRenderContext aCtx) -
Uses of PageRenderContext in com.helger.pdflayout.element.link
Methods in com.helger.pdflayout.element.link with parameters of type PageRenderContext Modifier and Type Method Description protected voidAbstractPLExternalLink. onRender(PageRenderContext aCtx) -
Uses of PageRenderContext in com.helger.pdflayout.element.list
Methods in com.helger.pdflayout.element.list with parameters of type PageRenderContext Modifier and Type Method Description protected voidPLBulletPointList. onRender(PageRenderContext aCtx) -
Uses of PageRenderContext in com.helger.pdflayout.element.special
Methods in com.helger.pdflayout.element.special with parameters of type PageRenderContext Modifier and Type Method Description protected voidPLPageBreak. onRender(PageRenderContext aCtx)protected voidPLSpacerX. onRender(PageRenderContext aCtx)protected voidPLSpacerY. onRender(PageRenderContext aCtx) -
Uses of PageRenderContext in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table with parameters of type PageRenderContext Modifier and Type Method Description protected voidPLTable. onRender(PageRenderContext aCtx)protected voidPLTableCell. onRender(PageRenderContext aCtx)protected voidPLTableRow. onRender(PageRenderContext aCtx) -
Uses of PageRenderContext in com.helger.pdflayout.element.text
Methods in com.helger.pdflayout.element.text with parameters of type PageRenderContext Modifier and Type Method Description protected voidAbstractPLText. onRender(PageRenderContext aCtx) -
Uses of PageRenderContext in com.helger.pdflayout.element.vbox
Methods in com.helger.pdflayout.element.vbox with parameters of type PageRenderContext Modifier and Type Method Description protected voidAbstractPLVBox. onRender(PageRenderContext aCtx) -
Uses of PageRenderContext in com.helger.pdflayout.render
Methods in com.helger.pdflayout.render with parameters of type PageRenderContext Modifier and Type Method Description voidIRenderContextCustomizer. customizeRenderContext(PageRenderContext aCtx)Customize the passed rendering context.static <T extends IPLElement<T>>
voidPLRenderHelper. fillAndRenderBorder(T aElement, PageRenderContext aCtx, float fIndentX, float fIndentY)Create the background fill (debug and real) and draw the border (debug and real) of an element.Constructors in com.helger.pdflayout.render with parameters of type PageRenderContext Constructor Description PageRenderContext(PageRenderContext aCtx, float fStartLeft, float fStartTop, float fWidth, float fHeight)
-