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 TypeMethodDescriptionint
long
int
ArrayList
<javafx.scene.control.MenuItem> getMenuItems
(TDGraphFX.TDPlotPane tdPlotPanel, long currentTime) javafx.scene.Node
javafx.scene.Node
void
protected void
playButtonPressed
(long playStartTime) protected void
playButtonPressed
(Long playStartTime, Long playEndTime, DetectionGroupSummary detGroup) The play button has been pressed.void
-
Constructor Details
-
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
-