Class Heading
java.lang.Object
real_time_traffic_simulation_with_java.tools.PDFmethod.Heading
This class provides a method to add headings to a PDF document.
The headings include:
simulation start time,
export time, simulation step,
simulation step,
applied filters (if any).
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddHeading(com.lowagie.text.Document document, String filter_veh_color, boolean filter_congested_edges, String csv_timestamp, String simulation_step) Add headings to a PDF document (aligned to the right, italic font): simulation start time stamp, export time stamp, simulation step when exported, applied filters (if any).
-
Method Details
-
addHeading
public static void addHeading(com.lowagie.text.Document document, String filter_veh_color, boolean filter_congested_edges, String csv_timestamp, String simulation_step) Add headings to a PDF document (aligned to the right, italic font): simulation start time stamp, export time stamp, simulation step when exported, applied filters (if any).
-