Uses of Class
com.itextpdf.svg.processors.impl.SvgConverterProperties
Packages that use SvgConverterProperties
-
Uses of SvgConverterProperties in com.itextpdf.svg.converter
Methods in com.itextpdf.svg.converter that return SvgConverterPropertiesModifier and TypeMethodDescriptionprivate static SvgConverterProperties
SvgConverter.convertToSvgConverterProps
(ISvgConverterProperties props, String baseUri) Copies properties from custom ISvgConverterProperties into new SvgConverterProperties. -
Uses of SvgConverterProperties in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl that return SvgConverterPropertiesModifier and TypeMethodDescriptionSvgConverterProperties.setBaseUri
(String baseUri) Sets the base URI.SvgConverterProperties.setCharset
(String charset) SvgConverterProperties.setFontProvider
(FontProvider fontProvider) SvgConverterProperties.setMediaDeviceDescription
(MediaDeviceDescription mediaDeviceDescription) Sets the media device description.SvgConverterProperties.setRendererFactory
(ISvgNodeRendererFactory rendererFactory) SvgConverterProperties.setResourceRetriever
(IResourceRetriever resourceRetriever) Sets the resource retriever.