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 TypeMethodDescriptionvoidplayFrom(int aTime) Override to send to both transitions.voidsetAutoReverse(boolean doAutoReverse) Override to send to both transitions.voidsetCycleCount(int aCount) Override to send to both transitions.voidstop()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:
setAutoReversein classRMTransition
-
setCycleCount
public void setCycleCount(int aCount) Override to send to both transitions.- Overrides:
setCycleCountin classRMTransition
-
playFrom
public void playFrom(int aTime) Override to send to both transitions.- Overrides:
playFromin classRMTransition
-
stop
public void stop()Override to send to both transitions.- Overrides:
stopin classRMTransition
-