Uses of Class
com.helger.pdflayout.pdfbox.PDPageContentStreamWithCache
Packages that use PDPageContentStreamWithCache
-
Uses of PDPageContentStreamWithCache in com.helger.pdflayout.render
Methods in com.helger.pdflayout.render that return PDPageContentStreamWithCacheMethods in com.helger.pdflayout.render with parameters of type PDPageContentStreamWithCacheModifier and TypeMethodDescriptionstatic <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 PDPageContentStreamWithCacheModifierConstructorDescriptionPageRenderContext(ERenderingElementType eElementType, PDPageContentStreamWithCache aCS, float fStartLeft, float fStartTop, float fWidth, float fHeight)