Uses of Interface
com.itextpdf.svg.processors.ISvgProcessorResult
-
Packages that use ISvgProcessorResult Package Description com.itextpdf.svg.converter com.itextpdf.svg.processors com.itextpdf.svg.processors.impl com.itextpdf.svg.xobject -
-
Uses of ISvgProcessorResult in com.itextpdf.svg.converter
Methods in com.itextpdf.svg.converter that return ISvgProcessorResult Modifier and Type Method Description static ISvgProcessorResult
SvgConverter. parseAndProcess(java.io.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(java.io.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.Methods in com.itextpdf.svg.converter with parameters of type ISvgProcessorResult Modifier and Type Method Description private static PdfFormXObject
SvgConverter. convertToXObject(ISvgProcessorResult processorResult, PdfDocument document, ISvgConverterProperties props)
(package private) static ResourceResolver
SvgConverter. getResourceResolver(ISvgProcessorResult processorResult, ISvgConverterProperties props)
-
Uses of ISvgProcessorResult in com.itextpdf.svg.processors
Methods in com.itextpdf.svg.processors that return ISvgProcessorResult Modifier and Type Method Description ISvgProcessorResult
ISvgProcessor. 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
Classes in com.itextpdf.svg.processors.impl that implement ISvgProcessorResult Modifier and Type Class Description class
SvgProcessorResult
A wrapper class that encapsulates processing results ofISvgProcessor
objects.Methods in com.itextpdf.svg.processors.impl that return ISvgProcessorResult Modifier and Type Method Description ISvgProcessorResult
DefaultSvgProcessor. process(INode root, ISvgConverterProperties converterProps)
-
Uses of ISvgProcessorResult in com.itextpdf.svg.xobject
Fields in com.itextpdf.svg.xobject declared as ISvgProcessorResult Modifier and Type Field Description private ISvgProcessorResult
SvgImageXObject. result
Methods in com.itextpdf.svg.xobject that return ISvgProcessorResult Modifier and Type Method Description ISvgProcessorResult
SvgImageXObject. getResult()
Returns processor result containing the SVG information.Constructors in com.itextpdf.svg.xobject with parameters of type ISvgProcessorResult Constructor Description SvgImageXObject(Rectangle bBox, ISvgProcessorResult result, ResourceResolver resourceResolver)
Creates a new instance of Form XObject for the SVG image.
-