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 SummaryNested classes/interfaces inherited from class com.inductiveautomation.rm.graphics.RMTransitionRMTransition.Rotate, RMTransition.RunStatus, RMTransition.Translate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.RMTransitioncompareTo, 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- 
TranslateCreates a new Translate transition.
 
- 
- 
Method Details- 
setAutoReversepublic void setAutoReverse(boolean doAutoReverse) Override to send to both transitions.- Overrides:
- setAutoReversein class- RMTransition
 
- 
setCycleCountpublic void setCycleCount(int aCount) Override to send to both transitions.- Overrides:
- setCycleCountin class- RMTransition
 
- 
playFrompublic void playFrom(int aTime) Override to send to both transitions.- Overrides:
- playFromin class- RMTransition
 
- 
stoppublic void stop()Override to send to both transitions.- Overrides:
- stopin class- RMTransition
 
 
-