Uses of Class
jmri.jmrix.bachrus.speedmatcher.speedStepScale.SpeedTableStepSpeed
-
Packages that use SpeedTableStepSpeed Package Description jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.bachrus.speedmatcher.speedStepScale -
-
Uses of SpeedTableStepSpeed in jmri.jmrix.bachrus
Fields in jmri.jmrix.bachrus with type parameters of type SpeedTableStepSpeed Modifier and Type Field Description protected javax.swing.JComboBox<SpeedTableStepSpeed>
SpeedoConsoleFrame. speedStepScaleSpeedMatchMaxSpeedField
-
Uses of SpeedTableStepSpeed in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Fields in jmri.jmrix.bachrus.speedmatcher.speedStepScale declared as SpeedTableStepSpeed Modifier and Type Field Description protected SpeedTableStepSpeed
SpeedStepScaleSpeedMatcher. targetMaxSpeedStep
SpeedTableStepSpeed
SpeedStepScaleSpeedMatcherConfig. targetMaxSpeedStep
Constructors in jmri.jmrix.bachrus.speedmatcher.speedStepScale with parameters of type SpeedTableStepSpeed Constructor Description SpeedStepScaleSpeedMatcherConfig(DccLocoAddress address, SpeedTableStepSpeed targetMaxSpeedStep, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, javax.swing.JLabel statusLabel, javax.swing.JLabel actualMaxSpeedField, javax.swing.JButton startStopButton)
Create a config object for a Speed Step Scale Speed Matcher
-