Interface IBranchSvgNodeRenderer

    • Method Detail

      • addChild

        void addChild​(ISvgNodeRenderer child)
        Adds a renderer as the last element of the list of children.
        Parameters:
        child - any renderer
      • getChildren

        java.util.List<ISvgNodeRenderer> getChildren()
        Gets all child renderers of this object.
        Returns:
        the list of child renderers (in the order that they were added)