Class ContextMappingHelper
java.lang.Object
com.itextpdf.html2pdf.attach.util.ContextMappingHelper
Utility class which helps to map
ProcessorContext properties on SvgConverterProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.itextpdf.svg.processors.impl.SvgConverterPropertiesMapProcessorContextproperties toSvgConverterProperties.
-
Constructor Details
-
ContextMappingHelper
public ContextMappingHelper()
-
-
Method Details
-
mapToSvgConverterProperties
public static com.itextpdf.svg.processors.impl.SvgConverterProperties mapToSvgConverterProperties(ProcessorContext context) MapProcessorContextproperties toSvgConverterProperties.- Parameters:
-
context-ProcessorContextinstance - Returns:
-
SvgConverterPropertiesfilled with necessary data for svg convertion
-