Class Heading

java.lang.Object
real_time_traffic_simulation_with_java.tools.PDFmethod.Heading

public final class Heading extends Object
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 Type
    Method
    Description
    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).

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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).