All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.SFInt32Channel

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

public final class SFInt32Channel
extends Channel
implements Numeric

Constructor Index

 o SFInt32Channel()
 o SFInt32Channel(String)

Method Index

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

Constructors

 o SFInt32Channel
 public SFInt32Channel(String string)
 o SFInt32Channel
 public SFInt32Channel()

Methods

 o getDoubleValue
 public double getDoubleValue()
 o getValue
 public int getValue()
 o finishFrame
 public void finishFrame()
Called by the Actor at the end of each Animation frame.

Overrides:
finishFrame in class Channel

All Packages  Class Hierarchy  This Package  Previous  Next  Index