Uses of Interface
com.itextpdf.svg.renderers.IBranchSvgNodeRenderer
-
Packages that use IBranchSvgNodeRenderer Package Description com.itextpdf.svg.renderers com.itextpdf.svg.renderers.impl com.itextpdf.svg.utils -
-
Uses of IBranchSvgNodeRenderer in com.itextpdf.svg.renderers
Subinterfaces of IBranchSvgNodeRenderer in com.itextpdf.svg.renderers Modifier and Type Interface Description interfaceINoDrawSvgNodeRendererInterface that defines branches in the NodeRenderer structure that will not draw on its own.interfaceISvgPaintServerInterface for working with paint servers. -
Uses of IBranchSvgNodeRenderer in com.itextpdf.svg.renderers.impl
Classes in com.itextpdf.svg.renderers.impl that implement IBranchSvgNodeRenderer Modifier and Type Class Description classAbstractBranchSvgNodeRendererAbstract class that will be the superclass for any element that can function as a parent.classAbstractContainerSvgNodeRendererAbstract class that will be the superclass for any element that instantiates new view port.classAbstractGradientSvgNodeRendererISvgNodeRendererabstract implementation for gradient tags (<linearGradient>, <radialGradient>).classClipPathSvgNodeRendererThis renderer represents a collection of elements (simple shapes and paths).classDefsSvgNodeRendererISvgNodeRendererimplementation for the <defs> tag.classGroupSvgNodeRendererThis renderer represents a branch in an SVG tree.classLinearGradientSvgNodeRendererISvgNodeRendererimplementation for the <linearGradient> tag.classMarkerSvgNodeRendererISvgNodeRendererimplementation for the <marker> tag.classPatternSvgNodeRendererImplementation for the svg <pattern> tag.classStopSvgNodeRendererISvgNodeRendererimplementation for the gradient <stop> tag.classSvgTagSvgNodeRendererISvgNodeRendererimplementation for the <svg> tag.classSymbolSvgNodeRendererISvgNodeRendererimplementation for the <symbol> tag. -
Uses of IBranchSvgNodeRenderer in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type IBranchSvgNodeRenderer Modifier and Type Method Description static voidTemplateResolveUtils. resolve(IBranchSvgNodeRenderer renderer, SvgDrawContext context)Resolve href to other object within svg and fills renderer with its properties and children if needed.
-