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

Constructor Index

 o Repeat(int, double, double, Sequence)

Method Index

 o doAction()
 o doAction(double)
 o getType()

Constructors

 o Repeat
 public Repeat(int i,
               double ft,
               double t,
               Sequence sq)

Methods

 o doAction
 public void doAction()
 o doAction
 public void doAction(double time)
 o getType
 public String getType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index