Uses of Class
com.helger.pdflayout.pdfbox.PDPageContentStreamWithCache
-
Packages that use PDPageContentStreamWithCache Package Description com.helger.pdflayout.render -
-
Uses of PDPageContentStreamWithCache in com.helger.pdflayout.render
Methods in com.helger.pdflayout.render that return PDPageContentStreamWithCache Modifier and Type Method Description PDPageContentStreamWithCachePageRenderContext. getContentStream()Methods in com.helger.pdflayout.render with parameters of type PDPageContentStreamWithCache Modifier and Type Method Description static <T extends IPLObject<T> & IPLHasFillColor<T> & IPLHasMarginBorderPadding<T>>
voidPLRenderHelper. fillAndRenderBorder(T aElement, float fLeft, float fTop, float fWidth, float fHeight, PDPageContentStreamWithCache aContentStream)Create the background fill (debug and real) and draw the border (debug and real) of an element.static voidPLRenderHelper. renderBorder(IPLObject<?> aElement, PDPageContentStreamWithCache aContentStream, float fLeft, float fTop, float fWidth, float fHeight, BorderSpec aBorder)Render a single borderConstructors in com.helger.pdflayout.render with parameters of type PDPageContentStreamWithCache Constructor Description PageRenderContext(ERenderingElementType eElementType, PDPageContentStreamWithCache aCS, float fStartLeft, float fStartTop, float fWidth, float fHeight)
-