Uses of Class
jmri.jmrit.timetable.Stop
-
Packages that use Stop Package Description jmri.jmrit.timetable Define the timetable data records and implement a data manager.jmri.jmrit.timetable.swing Implements Timetable creation, maintenance and displaying a timetable graph. -
-
Uses of Stop in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return Stop Modifier and Type Method Description Stop
Stop. getCopy(int trainId, int stationId, int seq)
Make a copy of the stop.Stop
TimeTableDataManager. getStop(int id)
Methods in jmri.jmrit.timetable that return types with arguments of type Stop Modifier and Type Method Description java.util.List<Stop>
TimeTableDataManager. getStops(int fKeyTrain, int fKeyStation, boolean sort)
Create a list of stopsMethods in jmri.jmrit.timetable with parameters of type Stop Modifier and Type Method Description void
TimeTableDataManager. addStop(int id, Stop newStop)
-
Uses of Stop in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing with type parameters of type Stop Modifier and Type Field Description (package private) java.util.List<Stop>
TimeTableGraphCommon. _stops
Methods in jmri.jmrit.timetable.swing with parameters of type Stop Modifier and Type Method Description (package private) void
TimeTableGraphCommon. drawLine(Stop stop)
Extend the train line with additional stops.(package private) void
TimeTableGraphCommon. setBegin(Stop stop)
Set the starting point for the _trainLine path.(package private) void
TimeTableGraphCommon. setEnd(Stop stop, boolean endSegment)
Finish the train line, draw it, the train name and the throttle line if used.
-