Class TemplateResolveUtils
java.lang.Object
com.itextpdf.svg.utils.TemplateResolveUtils
Utility class which contains methods related to href resolving
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidresolve(IBranchSvgNodeRenderer renderer, SvgDrawContext context) Resolve href to other object within svg and fills renderer with its properties and children if needed.
-
Constructor Details
-
TemplateResolveUtils
private TemplateResolveUtils()
-
-
Method Details
-
resolve
Resolve href to other object within svg and fills renderer with its properties and children if needed.- Parameters:
renderer- renderer which should be updated after resolving its href attributecontext- svg draw context instance
-