Package | Description |
---|---|
sk.upjs.jpaz2 | |
sk.upjs.jpaz2.animators |
Modifier and Type | Method and Description |
---|---|
Animator |
Animation.getAnimator()
Returns the animator of the animation.
|
Constructor and Description |
---|
Animation(long duration,
Animator animator)
Constructs animation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WeightedAnimator
Weighted animator that adds weight of the animator.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeAnimator
Represents animator that is a composition of animator.
|
class |
MoveAnimator |
class |
SequenceAnimator
Animator that is formed as sequence of other animators.
|
class |
TurnAnimator
Base class for turn animators.
|
class |
TurtleMoveAnimator
Move animator for turtles.
|
class |
TurtleTurnAnimator
Turn animator for turtles.
|
Modifier and Type | Field and Description |
---|---|
Animator |
SequenceAnimator.AnimatorFraction.animator
The corresponding animator.
|
Modifier and Type | Method and Description |
---|---|
Animator |
SequenceAnimator.getAnimator(int index)
Returns the animator in the sequence.
|
Constructor and Description |
---|
AnimatorFraction(int sequenceNumber,
Animator animator,
double fraction)
Constructs the animator fraction.
|
CompositeAnimator(Animator... animators)
Constructs the composite animator from sequence of animators.
|
SequenceAnimator(Animator animator,
long weight)
Constructs the sequence animator from animator.
|
Constructor and Description |
---|
CompositeAnimator(List<Animator> animators)
Constructs the animator from list of animators.
|
Copyright © 2017. All rights reserved.