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.
-
ADD
-
-
DIVIDE
-
-
MAX
-
-
MIN
-
-
MULTIPLY
-
-
POW
-
-
SET
-
-
SUBTRACT
-
-
Channel()
-
-
finishFrame()
- Called by the Actor at the end of each Animation frame.
SET
public static final int SET
ADD
public static final int ADD
SUBTRACT
public static final int SUBTRACT
MULTIPLY
public static final int MULTIPLY
DIVIDE
public static final int DIVIDE
MIN
public static final int MIN
MAX
public static final int MAX
POW
public static final int POW
Channel
public Channel()
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