Class TemplateResolveUtils


  • public final class TemplateResolveUtils
    extends java.lang.Object
    Utility class which contains methods related to href resolving
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void resolve​(IBranchSvgNodeRenderer renderer, SvgDrawContext context)
      Resolve href to other object within svg and fills renderer with its properties and children if needed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TemplateResolveUtils

        private TemplateResolveUtils()
    • 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 attribute
        context - svg draw context instance