Package com.helger.pdflayout.render
Interface IRenderContextCustomizer
-
public interface IRenderContextCustomizerInterface for customizing rendering contexts.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomizeRenderContext(PageRenderContext aCtx)Customize the passed rendering context.
-
-
-
Method Detail
-
customizeRenderContext
void customizeRenderContext(@Nonnull PageRenderContext aCtx)
Customize the passed rendering context. This can e.g. be used to add placeholders.- Parameters:
aCtx- The rendering context to be modified.
-
-