Uses of Interface
com.itextpdf.svg.renderers.factories.ISvgNodeRendererFactory
-
Packages that use ISvgNodeRendererFactory Package Description com.itextpdf.svg.processors com.itextpdf.svg.processors.impl com.itextpdf.svg.renderers.factories -
-
Uses of ISvgNodeRendererFactory in com.itextpdf.svg.processors
Methods in com.itextpdf.svg.processors that return ISvgNodeRendererFactory Modifier and Type Method Description ISvgNodeRendererFactory
ISvgConverterProperties. getRendererFactory()
Retrieve the factory responsible for creatingISvgNodeRenderer
-
Uses of ISvgNodeRendererFactory in com.itextpdf.svg.processors.impl
Fields in com.itextpdf.svg.processors.impl declared as ISvgNodeRendererFactory Modifier and Type Field Description private ISvgNodeRendererFactory
DefaultSvgProcessor. rendererFactory
private ISvgNodeRendererFactory
SvgConverterProperties. rendererFactory
Methods in com.itextpdf.svg.processors.impl that return ISvgNodeRendererFactory Modifier and Type Method Description ISvgNodeRendererFactory
SvgConverterProperties. getRendererFactory()
Methods in com.itextpdf.svg.processors.impl with parameters of type ISvgNodeRendererFactory Modifier and Type Method Description SvgConverterProperties
SvgConverterProperties. setRendererFactory(ISvgNodeRendererFactory rendererFactory)
-
Uses of ISvgNodeRendererFactory in com.itextpdf.svg.renderers.factories
Classes in com.itextpdf.svg.renderers.factories that implement ISvgNodeRendererFactory Modifier and Type Class Description class
DefaultSvgNodeRendererFactory
The default implementation ofISvgNodeRendererFactory
that will be used by default by the entry points defined by this project.
-