Uses of Class
jmri.jmrix.bachrus.Speed.Unit
- 
Packages that use Speed.Unit Package Description jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.bachrus.speedmatcher jmri.jmrix.bachrus.speedmatcher.basic jmri.jmrix.bachrus.speedmatcher.speedStepScale  - 
- 
Uses of Speed.Unit in jmri.jmrix.bachrus
Fields in jmri.jmrix.bachrus declared as Speed.Unit Modifier and Type Field Description (package private) Speed.UnitGraphPane. unit(package private) Speed.UnitSpeedoDial. unitMethods in jmri.jmrix.bachrus that return Speed.Unit Modifier and Type Method Description Speed.UnitGraphPane. getUnits()static Speed.UnitSpeed.Unit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Speed.Unit[]Speed.Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.bachrus with parameters of type Speed.Unit Modifier and Type Method Description static voidDccSpeedProfile. export(DccSpeedProfile[] sp, int address, Speed.Unit unit)static voidDccSpeedProfile. export(DccSpeedProfile sp, int address, java.lang.String dirString, Speed.Unit unit)intDccSpeedProfile. importDccProfile(Speed.Unit unit) - 
Uses of Speed.Unit in jmri.jmrix.bachrus.speedmatcher
Fields in jmri.jmrix.bachrus.speedmatcher declared as Speed.Unit Modifier and Type Field Description Speed.UnitSpeedMatcherConfig. speedUnitConstructors in jmri.jmrix.bachrus.speedmatcher with parameters of type Speed.Unit Constructor Description SpeedMatcherConfig(DccLocoAddress address, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, javax.swing.JLabel statusLabel, javax.swing.JButton startStopButton)Constructor for the abstract SpeedMatcherConfig at the core of any Speed Matcher Config - 
Uses of Speed.Unit in jmri.jmrix.bachrus.speedmatcher.basic
Constructors in jmri.jmrix.bachrus.speedmatcher.basic with parameters of type Speed.Unit Constructor Description BasicSpeedMatcherConfig(DccLocoAddress address, float targetStartSpeed, float targetTopSpeed, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, javax.swing.JLabel statusLabel, javax.swing.JButton startStopButton)Create a config object for a Basic Speed Matcher - 
Uses of Speed.Unit in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Fields in jmri.jmrix.bachrus.speedmatcher.speedStepScale declared as Speed.Unit Modifier and Type Field Description protected Speed.UnitSpeedStepScaleSpeedMatcher. speedUnitConstructors in jmri.jmrix.bachrus.speedmatcher.speedStepScale with parameters of type Speed.Unit 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 
 -