public interface AnimationService extends ImageJService
Animations.| Modifier and Type | Method and Description |
|---|---|
Animation |
getAnimation(ImageDisplay display)
Gets the given
ImageDisplay's corresponding Animation. |
EventService |
getEventService() |
void |
start(ImageDisplay display)
Starts animation for the given
ImageDisplay. |
void |
stop(ImageDisplay display)
Stops animation for the given
ImageDisplay. |
void |
stopAll()
Stops all animations.
|
void |
toggle(ImageDisplay display)
Toggles animation for the given
ImageDisplay. |
initialize, registerEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposeEventService getEventService()
void toggle(ImageDisplay display)
ImageDisplay.void start(ImageDisplay display)
ImageDisplay.void stop(ImageDisplay display)
ImageDisplay.void stopAll()
Animation getAnimation(ImageDisplay display)
ImageDisplay's corresponding Animation.Copyright © 2014–2022 ImageJ. All rights reserved.