Package com.itextpdf.svg.utils
Class TemplateResolveUtils
java.lang.Object
com.itextpdf.svg.utils.TemplateResolveUtils
Utility class which contains methods related to href resolving
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
resolve
(IBranchSvgNodeRenderer renderer, SvgDrawContext context) Resolve href to other object within svg and fills renderer with its properties and children if needed.
-
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 attribute -
context
- svg draw context instance
-