animata
Class Animator
java.lang.Object
java.util.Observable
animata.Animator
- All Implemented Interfaces:
- java.util.Observer
public class Animator
- extends java.util.Observable
- implements java.util.Observer
|
Constructor Summary |
Animator(float startValue,
java.util.Observer target)
|
|
Method Summary |
void |
complete()
|
float |
getValue()
|
static void |
init(processing.core.PApplet applet)
|
boolean |
isComplete()
|
void |
set(float value,
int _frames)
|
void |
stop()
|
void |
update(java.util.Observable o,
java.lang.Object arg)
|
| Methods inherited from class java.util.Observable |
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentValue
public float currentValue
NEXT_FRAME
public static final java.lang.String NEXT_FRAME
- See Also:
- Constant Field Values
Animator
public Animator(float startValue,
java.util.Observer target)
set
public void set(float value,
int _frames)
getValue
public float getValue()
update
public void update(java.util.Observable o,
java.lang.Object arg)
- Specified by:
update in interface java.util.Observer
isComplete
public boolean isComplete()
complete
public void complete()
stop
public void stop()
init
public static void init(processing.core.PApplet applet)
processing library AnimataPlayback by Michael Forrest. (c) 2008