Class EdgeTable
java.lang.Object
real_time_traffic_simulation_with_java.tools.PDFmethod.EdgeTable
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
3 columns: Edge ID, No. of Lanes, Length (m) with option to filter only congested edges
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddEdgeTable(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
-
Method Details
-
addEdgeTable
-