Uses of Interface
com.itextpdf.svg.renderers.IBranchSvgNodeRenderer
Packages that use IBranchSvgNodeRenderer
Package
Description
-
Uses of IBranchSvgNodeRenderer in com.itextpdf.svg.renderers
Subinterfaces of IBranchSvgNodeRenderer in com.itextpdf.svg.renderersModifier and TypeInterfaceDescriptioninterfaceInterface that defines branches in the NodeRenderer structure that will not draw on its own.interfaceInterface for working with paint servers. -
Uses of IBranchSvgNodeRenderer in com.itextpdf.svg.renderers.impl
Classes in com.itextpdf.svg.renderers.impl that implement IBranchSvgNodeRendererModifier and TypeClassDescriptionclassAbstract class that will be the superclass for any element that can function as a parent.classAbstract class that will be the superclass for any element that instantiates new view port.classISvgNodeRendererabstract implementation for gradient tags (<linearGradient>, <radialGradient>).classThis renderer represents a collection of elements (simple shapes and paths).classISvgNodeRendererimplementation for the <defs> tag.classThis renderer represents a branch in an SVG tree.classISvgNodeRendererimplementation for the <linearGradient> tag.classISvgNodeRendererimplementation for the <marker> tag.classImplementation for the svg <pattern> tag.classISvgNodeRendererimplementation for the gradient <stop> tag.classISvgNodeRendererimplementation for the <svg> tag.classISvgNodeRendererimplementation for the <symbol> tag. -
Uses of IBranchSvgNodeRenderer in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type IBranchSvgNodeRendererModifier and TypeMethodDescriptionstatic voidTemplateResolveUtils.resolve(IBranchSvgNodeRenderer renderer, SvgDrawContext context) Resolve href to other object within svg and fills renderer with its properties and children if needed.