Package jmri.jmrit.vsdecoder
Class SteamSound
- java.lang.Object
-
- jmri.jmrit.vsdecoder.VSDSound
-
- jmri.jmrit.vsdecoder.EngineSound
-
- jmri.jmrit.vsdecoder.SteamSound
-
class SteamSound extends EngineSound
Steam Sound initial version.
This file is part of JMRI.JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classSteamSound.RPMSound
-
Field Summary
Fields Modifier and Type Field Description (package private) inttop_speed-
Fields inherited from class jmri.jmrit.vsdecoder.EngineSound
auto_start_engine, engine_gain, engine_pane, engine_rd, exponent, fade_in_time, fade_length, fade_out_time, is_auto_start, sleep_interval
-
Fields inherited from class jmri.jmrit.vsdecoder.VSDSound
BufSysNamePrefix, BufUserNamePrefix, default_exponent, default_gain, default_reference_distance, default_sleep_interval, gain, is_tunnel, myposition, name, SrcSysNamePrefix, SrcUserNamePrefix, t, tunnel_volume, volume
-
-
Constructor Summary
Constructors Constructor Description SteamSound(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangeThrottle(float t)org.jdom2.ElementgetXml()voidmute(boolean m)voidsetPosition(PhysicalLocation p)voidsetVolume(float v)voidsetXml(org.jdom2.Element e, VSDFile vf)voidshutdown()voidstartEngine()voidstopEngine()-
Methods inherited from class jmri.jmrit.vsdecoder.EngineSound
autoStartCheck, calcEngineNotch, calcEngineNotch, changeLocoDirection, fadeIn, fadeOut, functionKey, getActualSpeed, getBuffersFreeState, getFadeInTime, getFadeOutTime, getFirstSpeed, handleSpeedChange, isEngineStarted, loop, play, setActualSpeed, setBuffersFreeState, setEngineStarted, setFadeInTime, setFadeInTime, setFadeOutTime, setFadeOutTime, setFirstSpeed, setXMLAutoStart, setXMLEngineReferenceDistance, setXMLExponent, setXMLGain, setXMLReferenceDistance, setXMLSleepInterval, speedCurve, stop
-
Methods inherited from class jmri.jmrit.vsdecoder.VSDSound
attachSourcesToEffects, changeNotch, checkForFreeBuffer, detachSourcesToEffects, getGain, getName, getPosition, getTunnel, newTimer, setGain, setName, setTunnel, setXml
-
-
-
-
Field Detail
-
top_speed
int top_speed
-
-
Constructor Detail
-
SteamSound
public SteamSound(java.lang.String name)
-
-
Method Detail
-
startEngine
public void startEngine()
- Overrides:
startEnginein classEngineSound
-
stopEngine
public void stopEngine()
- Overrides:
stopEnginein classEngineSound
-
changeThrottle
public void changeThrottle(float t)
- Overrides:
changeThrottlein classVSDSound
-
shutdown
public void shutdown()
- Overrides:
shutdownin classEngineSound
-
mute
public void mute(boolean m)
- Overrides:
mutein classEngineSound
-
setVolume
public void setVolume(float v)
- Overrides:
setVolumein classEngineSound
-
setPosition
public void setPosition(PhysicalLocation p)
- Overrides:
setPositionin classVSDSound
-
getXml
public org.jdom2.Element getXml()
- Overrides:
getXmlin classEngineSound
-
setXml
public void setXml(org.jdom2.Element e, VSDFile vf)
- Overrides:
setXmlin classEngineSound
-
-