Uses of Class
jmri.jmrit.vsdecoder.VSDFile
-
Packages that use VSDFile Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of VSDFile in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder with parameters of type VSDFile Modifier and Type Method Description protected voidSoundEvent. addXmlTrigger(org.jdom2.Element te, VSDFile vf)(package private) booleanConfigurableSound. init(VSDFile vf)voidVSDecoderManager. loadProfiles(VSDFile vf)voidConfigurableSound. setXml(org.jdom2.Element e, VSDFile vf)voidDiesel3Sound. setXml(org.jdom2.Element e, VSDFile vf)voidDieselSound. setXml(org.jdom2.Element e, VSDFile vf)voidEngineSound. setXml(org.jdom2.Element e, VSDFile vf)voidEngineSoundEvent. setXml(org.jdom2.Element el, VSDFile vf)voidMomentarySoundEvent. setXml(org.jdom2.Element el, VSDFile vf)voidSoundEvent. setXml(org.jdom2.Element el, VSDFile vf)voidSteam1Sound. setXml(org.jdom2.Element e, VSDFile vf)voidSteamSound. setXml(org.jdom2.Element e, VSDFile vf)voidToggleSoundEvent. setXml(org.jdom2.Element el, VSDFile vf)voidVSDecoder. setXml(VSDFile vf, java.lang.String pn)Build this VSDecoder from an XML representationConstructors in jmri.jmrit.vsdecoder with parameters of type VSDFile Constructor Description NotchTransition(VSDFile vf, java.lang.String filename, java.lang.String sname, java.lang.String uname)SoundBite(VSDFile vf, java.lang.String filename, java.lang.String sname, java.lang.String uname)
-