Class TimeTableDisplayGraph

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TimeTableDisplayGraph extends JPanel
Display a timetable graph.
See Also:
  • Field Details

  • Constructor Details

    • TimeTableDisplayGraph

      public TimeTableDisplayGraph(int segmentId, int scheduleId, boolean showTrainTimes)
      Initialize the data used by paint() and supporting methods when the panel is displayed.
      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.
  • Method Details