public class TimelineGUI extends Object implements ActionListener, KeyListener
Constructor and Description |
---|
TimelineGUI(Timeline tl)
Initializes a new Viewer4DController; opens a new new window with the
control buttons for the 4D viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
JPanel |
getPanel() |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
togglePlay()
Toggle play/pause
|
void |
updateStartAndEnd(int start,
int end) |
void |
updateTimepoint(int val) |
public TimelineGUI(Timeline tl)
tl
- public JPanel getPanel()
public void updateTimepoint(int val)
public void updateStartAndEnd(int start, int end)
public void togglePlay()
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
Copyright © 2015–2021 Fiji. All rights reserved.