Interface TreesBlockListener

    • Method Detail

      • addTranslation

        void addTranslation​(java.lang.String label,
                            java.lang.String taxa)
        Add a translation.
        Parameters:
        label - the label to add.
        taxa - the taxa name this label will represent.
      • addTree

        void addTree​(java.lang.String label,
                     TreesBlock.NewickTreeString tree)
        Adds a tree.
        Parameters:
        label - the label to give the tree.
        tree - the tree to add.