Class TimeTablePrintGraph

java.lang.Object
jmri.jmrit.timetable.swing.TimeTablePrintGraph
All Implemented Interfaces:
Printable

public class TimeTablePrintGraph extends Object implements Printable
Print a timetable graph.
  • Field Details

  • Constructor Details

    • TimeTablePrintGraph

      public TimeTablePrintGraph(int segmentId, int scheduleId, boolean showTrainTimes, boolean twoPage)
      Initialize the data used by the printing methods
      Parameters:
      segmentId - The segment to be displayed. For multiple segment layouts separate graphs are required.
      scheduleId - The schedule to be used for this graph.
      showTrainTimes - When true, include the minutes portion of the train times at each station.
      twoPage - When true, format the output for two pages.
  • Method Details