Uses of Interface
com.itextpdf.svg.processors.ISvgProcessorResult
Package
Description
-
Uses of ISvgProcessorResult in com.itextpdf.svg.converter
Modifier and TypeMethodDescriptionstatic ISvgProcessorResult
SvgConverter.parseAndProcess
(InputStream svgStream) Parse and process an Inputstream containing an SVG, using the default Svg processor (DefaultSvgProcessor
) The parsing of the stream is done using UTF-8 as the default charset.static ISvgProcessorResult
SvgConverter.parseAndProcess
(InputStream svgStream, ISvgConverterProperties props) Parse and process an Inputstream containing an SVG, using the default Svg processor (DefaultSvgProcessor
)static ISvgProcessorResult
SvgConverter.process
(INode root, ISvgConverterProperties props) Use the default implementation ofISvgProcessor
to convert an XML DOM tree to a node renderer tree. -
Uses of ISvgProcessorResult in com.itextpdf.svg.processors
Modifier and TypeMethodDescriptionISvgProcessor.process
(INode root, ISvgConverterProperties converterProps) Process an SVG, returning the root of a renderer-tree and a list of named objects wrapped in a processor result object -
Uses of ISvgProcessorResult in com.itextpdf.svg.processors.impl
Modifier and TypeClassDescriptionclass
A wrapper class that encapsulates processing results ofISvgProcessor
objects.Modifier and TypeMethodDescriptionDefaultSvgProcessor.process
(INode root, ISvgConverterProperties converterProps)