protected final class AnimatingLinkedView.State extends Object
Constructor and Description |
---|
State()
Creates a new State.
|
State(AnimatingLinkedView.State copyFrom)
Creates a new State that is identical to an old one.
|
Modifier and Type | Method and Description |
---|---|
int |
getAnimationStep() |
S |
getCurrentData()
Gets structure data for the current state.
|
int |
getNumAnimationSteps() |
S |
getPreviousData()
Gets structure data for the previous state.
|
public State()
public State(AnimatingLinkedView.State copyFrom)
copyFrom
- the state that will be copied. This may be null in
which case no copying will be done.public int getAnimationStep()
public S getCurrentData()
public int getNumAnimationSteps()
public S getPreviousData()