All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.SFInt32Filter

java.lang.Object
   |
   +----improv.actor.behavior.Filter
           |
           +----improv.actor.behavior.SFInt32Filter

public final class SFInt32Filter
extends Filter

Constructor Index

 o SFInt32Filter(int, Curve)
 o SFInt32Filter(SFInt32Channel, int, Curve)

Method Index

 o getChannel()
 o getValue()
 o getValue(double)
 o setBaseValue(int)
 o setOpacity(double)

Constructors

 o SFInt32Filter
 public SFInt32Filter(SFInt32Channel chan,
                      int i,
                      Curve curve)
 o SFInt32Filter
 public SFInt32Filter(int i,
                      Curve curve)

Methods

 o getChannel
 public Channel getChannel()
Overrides:
getChannel in class Filter
 o getValue
 public int getValue()
 o getValue
 public int getValue(double time)
 o setOpacity
 public void setOpacity(double o)
 o setBaseValue
 public void setBaseValue(int i)

All Packages  Class Hierarchy  This Package  Previous  Next  Index