Class OpacityApplierUtil
java.lang.Object
com.itextpdf.html2pdf.css.apply.util.OpacityApplierUtil
Utilities class to apply opacity.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyOpacity(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer container) Applies opacity to an element.
-
Method Details
-
applyOpacity
public static void applyOpacity(Map<String, String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer container) Applies opacity to an element.- Parameters:
-
cssProps- the CSS properties -
context- the processor context -
container- the container element
-