All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.Channel

java.lang.Object
   |
   +----improv.event.ImprovObservable
           |
           +----improv.actor.behavior.ImprovProperty
                   |
                   +----improv.actor.behavior.Channel

public abstract class Channel
extends ImprovProperty
Channel is the superclass of all the various Channel types.


Variable Index

 o ADD
 o DIVIDE
 o MAX
 o MIN
 o MULTIPLY
 o POW
 o SET
 o SUBTRACT

Constructor Index

 o Channel()

Method Index

 o finishFrame()
Called by the Actor at the end of each Animation frame.

Variables

 o SET
 public static final int SET
 o ADD
 public static final int ADD
 o SUBTRACT
 public static final int SUBTRACT
 o MULTIPLY
 public static final int MULTIPLY
 o DIVIDE
 public static final int DIVIDE
 o MIN
 public static final int MIN
 o MAX
 public static final int MAX
 o POW
 public static final int POW

Constructors

 o Channel
 public Channel()

Methods

 o finishFrame
 public abstract void finishFrame()
Called by the Actor at the end of each Animation frame.


All Packages  Class Hierarchy  This Package  Previous  Next  Index