Class HtmlSequencePlotting


  • public class HtmlSequencePlotting
    extends Object
    • Method Detail

      • createHtmlSequencePlots

        public static String createHtmlSequencePlots​(String title,
                                                     Schema schema,
                                                     List<List<Writable>> sequence)
                                              throws Exception
        Create a HTML file with plots for the given sequence.
        Parameters:
        title - Title of the page
        schema - Schema for the data
        sequence - Sequence to plot
        Returns:
        HTML file as a string
        Throws:
        Exception
      • createHtmlSequencePlotFile

        public static void createHtmlSequencePlotFile​(String title,
                                                      Schema schema,
                                                      List<List<Writable>> sequence,
                                                      File output)
                                               throws Exception
        Create a HTML file with plots for the given sequence and write it to a file.
        Parameters:
        title - Title of the page
        schema - Schema for the data
        sequence - Sequence to plot
        Throws:
        Exception