Constructor and Description |
---|
Animation(ImageDisplay display)
Creates an animation for the given
ImageDisplay . |
Modifier and Type | Method and Description |
---|---|
AxisType |
getAxis()
Gets the axis over which to animate.
|
ImageDisplay |
getDisplay()
Gets the display being animated.
|
long |
getFirst() |
double |
getFPS() |
long |
getLast() |
boolean |
isActive()
Returns true if the animation is currently running.
|
boolean |
isBackAndForth() |
void |
run() |
void |
setAxis(AxisType axis) |
void |
setBackAndForth(boolean backAndForth) |
void |
setFirst(long first) |
void |
setFPS(double fps) |
void |
setLast(long last) |
void |
start()
Starts the animation.
|
void |
stop()
Stops the animation.
|
public Animation(ImageDisplay display)
ImageDisplay
.public void start()
public void stop()
public boolean isActive()
public ImageDisplay getDisplay()
public AxisType getAxis()
public void setAxis(AxisType axis)
public double getFPS()
public void setFPS(double fps)
public long getFirst()
public void setFirst(long first)
public long getLast()
public void setLast(long last)
public boolean isBackAndForth()
public void setBackAndForth(boolean backAndForth)
Copyright © 2014–2022 ImageJ. All rights reserved.