Uses of Class
jmri.jmrit.logix.ThrottleSetting
-
Packages that use ThrottleSetting Package Description jmri.jmrit.logix Support for implementing Warrants in JMRI. -
-
Uses of ThrottleSetting in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return types with arguments of type ThrottleSetting Modifier and Type Method Description java.util.List<ThrottleSetting>Warrant. getThrottleCommands()protected java.util.List<ThrottleSetting>WarrantFrame. getThrottleCommands()Methods in jmri.jmrit.logix with parameters of type ThrottleSetting Modifier and Type Method Description voidWarrant. addThrottleCommand(ThrottleSetting ts)(package private) voidWarrantFrame. makeEditWindow(ThrottleSetting ts, ThrottleSetting.Command cmd)Method parameters in jmri.jmrit.logix with type arguments of type ThrottleSetting Modifier and Type Method Description protected voidSpeedUtil. getBlockSpeedTimes(java.util.List<ThrottleSetting> commands, java.util.List<BlockOrder> orders)build map of BlockSpeedInfo's for the route.java.lang.StringSCWarrant. setRunMode(int mode, DccLocoAddress address, LearnThrottleFrame student, java.util.List<ThrottleSetting> commands, boolean runBlind)java.lang.StringWarrant. setRunMode(int mode, DccLocoAddress address, LearnThrottleFrame student, java.util.List<ThrottleSetting> commands, boolean runBlind)Sets up recording and playing back throttle commands - also cleans up afterwards.voidWarrant. setThrottleCommands(java.util.List<ThrottleSetting> list)Constructors in jmri.jmrit.logix with parameters of type ThrottleSetting Constructor Description ThrottleSetting(ThrottleSetting ts)
-