Class EdgeTable

java.lang.Object
real_time_traffic_simulation_with_java.tools.PDFmethod.EdgeTable

public final class EdgeTable extends Object
Class to create and add an edge table to a PDF document
3 columns: Edge ID, No. of Lanes, Length (m) with option to filter only congested edges
  • Method Details

    • addEdgeTable

      public static void addEdgeTable(com.lowagie.text.Document document, List<String[]> edge_table_data, boolean filter_congested_edges, String[] congested_edges)
      Add an edge table to a PDF document
      3 columns: Edge ID, No. of Lanes, Length (m) with option to filter only congested edges