Package com.helger.pdflayout.render
Interface IRenderContextCustomizer
public interface IRenderContextCustomizer
Interface for customizing rendering contexts.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidCustomize the passed rendering context.
-
Method Details
-
customizeRenderContext
Customize the passed rendering context. This can e.g. be used to add placeholders.- Parameters:
aCtx- The rendering context to be modified.
-