public interface AnimationService extends ImageJService
Animation
s.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, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
EventService 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.