Class RMTransition.Translate
java.lang.Object
com.inductiveautomation.rm.graphics.RMTransition
com.inductiveautomation.rm.graphics.RMTransition.Translate
- All Implemented Interfaces:
Comparable<RMTransition>
- Enclosing class:
- RMTransition
A transition for XY.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.rm.graphics.RMTransition
RMTransition.Rotate, RMTransition.RunStatus, RMTransition.Translate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
playFrom
(int aTime) Override to send to both transitions.void
setAutoReverse
(boolean doAutoReverse) Override to send to both transitions.void
setCycleCount
(int aCount) Override to send to both transitions.void
stop()
Override to send to both transitions.Methods inherited from class com.inductiveautomation.rm.graphics.RMTransition
compareTo, getCycleCount, getDelay, getDelayedDuration, getDuration, getInterpolation, getInterpolator, getKey, getProgress, getProgressRatio, getProgressRatio, getRunStatus, getTarget, getTotalDuration, getTransition, getValue1, getValue2, isAutoReverse, isPaused, isRunning, isTransitioning, pause, play, playFromStart, setDelay, setDuration, setInterpolator, setProgress, setRunStatus, setValue1, setValue2, updateTransitions
-
Constructor Details
-
Translate
Creates a new Translate transition.
-
-
Method Details
-
setAutoReverse
public void setAutoReverse(boolean doAutoReverse) Override to send to both transitions.- Overrides:
setAutoReverse
in classRMTransition
-
setCycleCount
public void setCycleCount(int aCount) Override to send to both transitions.- Overrides:
setCycleCount
in classRMTransition
-
playFrom
public void playFrom(int aTime) Override to send to both transitions.- Overrides:
playFrom
in classRMTransition
-
stop
public void stop()Override to send to both transitions.- Overrides:
stop
in classRMTransition
-