Package dataPlotsFX.sound
Class SoundOutputManager
java.lang.Object
dataPlotsFX.sound.SoundOutputManager
Handles play back in the TDisplayFX
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintlongintArrayList<javafx.scene.control.MenuItem> getMenuItems(TDGraphFX.TDPlotPane tdPlotPanel, long currentTime) javafx.scene.Nodejavafx.scene.Nodevoidprotected voidplayButtonPressed(long playStartTime) protected voidplayButtonPressed(Long playStartTime, Long playEndTime, DetectionGroupSummary detGroup) The play button has been pressed.void 
- 
Constructor Details
- 
SoundOutputManager
 
 - 
 - 
Method Details
- 
playPause
public void playPause() - 
playButtonPressed
public void playButtonPressed() - 
playButtonPressed
protected void playButtonPressed(long playStartTime)  - 
playButtonPressed
protected void playButtonPressed(Long playStartTime, Long playEndTime, DetectionGroupSummary detGroup) The play button has been pressed.- Parameters:
 playStartTime-playEndTime-detGroup-
 - 
getPlayButton
public javafx.scene.Node getPlayButton() - 
getPauseButton
public javafx.scene.Node getPauseButton() - 
getMenuItems
public ArrayList<javafx.scene.control.MenuItem> getMenuItems(TDGraphFX.TDPlotPane tdPlotPanel, long currentTime)  - 
getCurrentStatus
public int getCurrentStatus()- Returns:
 - the currentStatus
 
 - 
getCurrentChannels
public int getCurrentChannels()- Returns:
 - the currentChannels
 
 - 
getCurrentMillis
public long getCurrentMillis()- Returns:
 - the currentMillis
 
 
 -