gestalt.model
Class ModelAnimation

java.lang.Object
  extended by gestalt.model.ModelAnimation
All Implemented Interfaces:
java.io.Serializable

public class ModelAnimation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 int startFrame
           
 int stopFrame
           
 
Constructor Summary
ModelAnimation(java.lang.String theName, int theStartFrame, int theStopFrame)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

startFrame

public int startFrame

stopFrame

public int stopFrame
Constructor Detail

ModelAnimation

public ModelAnimation(java.lang.String theName,
                      int theStartFrame,
                      int theStopFrame)


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009