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 void
Warrant. addThrottleCommand(ThrottleSetting ts)
(package private) void
WarrantFrame. makeEditWindow(ThrottleSetting ts, ThrottleSetting.Command cmd)
Method parameters in jmri.jmrit.logix with type arguments of type ThrottleSetting Modifier and Type Method Description protected void
SpeedUtil. getBlockSpeedTimes(java.util.List<ThrottleSetting> commands, java.util.List<BlockOrder> orders)
build map of BlockSpeedInfo's for the route.java.lang.String
Warrant. 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.void
Warrant. setThrottleCommands(java.util.List<ThrottleSetting> list)
Constructors in jmri.jmrit.logix with parameters of type ThrottleSetting Constructor Description ThrottleSetting(ThrottleSetting ts)
-