java.lang.Object
org.mbari.vcr4j.javafx.JFXVideoState
- All Implemented Interfaces:
VideoState
- Since:
- 2016-03-25T10:57:00
- Author:
- Brian Schlining
-
Constructor Summary
ConstructorsConstructorDescriptionJFXVideoState(boolean fastForward, boolean shuttling, boolean stopped, boolean playing) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
JFXVideoState
public JFXVideoState(boolean fastForward, boolean shuttling, boolean stopped, boolean playing)
-
-
Method Details
-
isConnected
public boolean isConnected()- Specified by:
isConnectedin interfaceVideoState
-
isCueingUp
public boolean isCueingUp()- Specified by:
isCueingUpin interfaceVideoState
-
isFastForwarding
public boolean isFastForwarding()- Specified by:
isFastForwardingin interfaceVideoState
-
isPlaying
public boolean isPlaying()- Specified by:
isPlayingin interfaceVideoState
-
isReverseDirection
public boolean isReverseDirection()- Specified by:
isReverseDirectionin interfaceVideoState
-
isRewinding
public boolean isRewinding()- Specified by:
isRewindingin interfaceVideoState
-
isShuttling
public boolean isShuttling()- Specified by:
isShuttlingin interfaceVideoState
-
isStopped
public boolean isStopped()- Specified by:
isStoppedin interfaceVideoState
-