animata
Class Animator

java.lang.Object
  extended by java.util.Observable
      extended by animata.Animator
All Implemented Interfaces:
java.util.Observer

public class Animator
extends java.util.Observable
implements java.util.Observer


Nested Class Summary
static class Animator.Engine
           
 
Field Summary
 float currentValue
           
static java.lang.String NEXT_FRAME
           
 
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
 

Field Detail

currentValue

public float currentValue

NEXT_FRAME

public static final java.lang.String NEXT_FRAME
See Also:
Constant Field Values
Constructor Detail

Animator

public Animator(float startValue,
                java.util.Observer target)
Method Detail

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