All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class improv.actor.behavior.Repeat
java.lang.Object
   |
   +----improv.actor.behavior.Repeat
  -  public final class Repeat
  
-  extends Object
  
-  implements Action
   
  
  -  
	Repeat(int, double, double, Sequence)
   -  
 
  
  -  
	doAction()
   -  
  
 -  
	doAction(double)
   -  
  
 -  
	getType()
   -  
 
  
Repeat
 public Repeat(int i,
               double ft,
               double t,
               Sequence sq)
  
doAction
 public void doAction()
doAction
 public void doAction(double time)
getType
 public String getType()
All Packages  Class Hierarchy  This Package  Previous  Next  Index