Uses of Enum
jmri.jmrix.bachrus.Speed.Unit
Packages that use Speed.Unit
Package
Description
Provides connections and GUI support for attached speedometers.
-
Uses of Speed.Unit in jmri.jmrix.bachrus
Fields in jmri.jmrix.bachrus declared as Speed.UnitModifier and TypeFieldDescription(package private) Speed.UnitGraphPane.unit(package private) Speed.UnitSpeedoDial.unitMethods in jmri.jmrix.bachrus that return Speed.UnitModifier and TypeMethodDescriptionGraphPane.getUnits()static Speed.UnitReturns 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.UnitModifier and TypeMethodDescriptionstatic voidDccSpeedProfile.export(DccSpeedProfile[] sp, int address, Speed.Unit unit) static voidDccSpeedProfile.export(DccSpeedProfile sp, int address, 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.UnitConstructors in jmri.jmrix.bachrus.speedmatcher with parameters of type Speed.UnitModifierConstructorDescriptionSpeedMatcherConfig(DccLocoAddress address, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, JLabel statusLabel, 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.UnitModifierConstructorDescriptionBasicSpeedMatcherConfig(DccLocoAddress address, float targetStartSpeed, float targetTopSpeed, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, JLabel statusLabel, 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.UnitConstructors in jmri.jmrix.bachrus.speedmatcher.speedStepScale with parameters of type Speed.UnitModifierConstructorDescriptionSpeedStepScaleSpeedMatcherConfig(DccLocoAddress address, SpeedTableStepSpeed targetMaxSpeedStep, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, JLabel statusLabel, JLabel actualMaxSpeedField, JButton startStopButton) Create a config object for a Speed Step Scale Speed Matcher