public class ItemFocusAnimation extends AbstractAnimation implements IAnimation
Modifier and Type | Field and Description |
---|---|
static int |
MIN_STEP |
protected int |
n |
protected int |
nstep |
protected float[] |
scales |
protected IBoundedItem |
target |
protected IView |
view |
protected org.jzy3d.maths.Coord2d[] |
viewpoints |
monitors
Constructor and Description |
---|
ItemFocusAnimation(IView view,
IBoundedItem target) |
Modifier and Type | Method and Description |
---|---|
IBoundedItem |
getTarget() |
IView |
getView() |
boolean |
next()
Returns true if the animation is terminated.
|
addAnimationMonitor, clearMonitors, notifyAnimationFinished, removeAnimationMonitor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAnimationMonitor, notifyAnimationFinished, removeAnimationMonitor
public static int MIN_STEP
protected IView view
protected IBoundedItem target
protected float[] scales
protected org.jzy3d.maths.Coord2d[] viewpoints
protected int n
protected int nstep
public ItemFocusAnimation(IView view, IBoundedItem target)
public boolean next()
IAnimation
next
in interface IAnimation
public IView getView()
public IBoundedItem getTarget()