Package com.itextpdf.svg.utils
Class TemplateResolveUtils
- java.lang.Object
-
- com.itextpdf.svg.utils.TemplateResolveUtils
-
public final class TemplateResolveUtils extends java.lang.ObjectUtility class which contains methods related to href resolving
-
-
Constructor Summary
Constructors Modifier Constructor Description privateTemplateResolveUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidresolve(IBranchSvgNodeRenderer renderer, SvgDrawContext context)Resolve href to other object within svg and fills renderer with its properties and children if needed.
-
-
-
Method Detail
-
resolve
public static void resolve(IBranchSvgNodeRenderer renderer, SvgDrawContext context)
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
-
-