Package jmri.jmrit.vsdecoder
Class DieselSound
- java.lang.Object
-
- jmri.jmrit.vsdecoder.VSDSound
-
- jmri.jmrit.vsdecoder.EngineSound
-
- jmri.jmrit.vsdecoder.DieselSound
-
class DieselSound extends EngineSound
Diesel 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.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
current_notch
(package private) java.util.HashMap<java.lang.Integer,SoundBite>
notch_sounds
(package private) NotchTransition
notch_transition
(package private) SoundBite
shutdown_sound
(package private) SoundBite
start_sound
(package private) java.util.ArrayList<NotchTransition>
transition_sounds
-
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 DieselSound(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
changeNotch(int new_notch)
org.jdom2.Element
getXml()
protected void
handleNotchTimerPop(java.awt.event.ActionEvent e)
void
loop()
void
mute(boolean m)
void
play()
void
setPosition(PhysicalLocation p)
void
setVolume(float v)
void
setXml(org.jdom2.Element e, VSDFile vf)
void
shutdown()
void
startEngine()
void
stop()
void
stopEngine()
-
Methods inherited from class jmri.jmrit.vsdecoder.EngineSound
autoStartCheck, calcEngineNotch, calcEngineNotch, changeLocoDirection, fadeIn, fadeOut, functionKey, getActualSpeed, getFadeInTime, getFadeOutTime, getFirstSpeed, handleSpeedChange, isEngineStarted, setActualSpeed, setEngineStarted, setFadeInTime, setFadeInTime, setFadeOutTime, setFadeOutTime, setFirstSpeed, setXMLAutoStart, setXMLEngineReferenceDistance, setXMLExponent, setXMLGain, setXMLReferenceDistance, setXMLSleepInterval, speedCurve
-
-
-
-
Field Detail
-
notch_sounds
java.util.HashMap<java.lang.Integer,SoundBite> notch_sounds
-
transition_sounds
java.util.ArrayList<NotchTransition> transition_sounds
-
start_sound
SoundBite start_sound
-
shutdown_sound
SoundBite shutdown_sound
-
notch_transition
NotchTransition notch_transition
-
current_notch
int current_notch
-
-
Constructor Detail
-
DieselSound
public DieselSound(java.lang.String name)
-
-
Method Detail
-
play
public void play()
- Overrides:
play
in classEngineSound
-
loop
public void loop()
- Overrides:
loop
in classEngineSound
-
stop
public void stop()
- Overrides:
stop
in classEngineSound
-
changeNotch
public void changeNotch(int new_notch)
- Overrides:
changeNotch
in classVSDSound
-
handleNotchTimerPop
protected void handleNotchTimerPop(java.awt.event.ActionEvent e)
-
startEngine
public void startEngine()
- Overrides:
startEngine
in classEngineSound
-
stopEngine
public void stopEngine()
- Overrides:
stopEngine
in classEngineSound
-
shutdown
public void shutdown()
- Overrides:
shutdown
in classEngineSound
-
mute
public void mute(boolean m)
- Overrides:
mute
in classEngineSound
-
setVolume
public void setVolume(float v)
- Overrides:
setVolume
in classEngineSound
-
setPosition
public void setPosition(PhysicalLocation p)
- Overrides:
setPosition
in classVSDSound
-
getXml
public org.jdom2.Element getXml()
- Overrides:
getXml
in classEngineSound
-
setXml
public void setXml(org.jdom2.Element e, VSDFile vf)
- Overrides:
setXml
in classEngineSound
-
-