All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.SFVec2fFilter

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

public final class SFVec2fFilter
extends Filter

Constructor Index

 o SFVec2fFilter(SFVec2fChannel, Curve, Curve)
 o SFVec2fFilter(SFVec2fChannel, float, float)
 o SFVec2fFilter(SFVec2fChannel, float, float, Curve, Curve)
 o SFVec2fFilter(SFVec2fChannel, float[], Curve, Curve)
 o SFVec2fFilter(SFVec2fChannel, float[], Curve[])

Method Index

 o getChannel()
 o getValue()
 o setBaseValue(float, float)
 o setBaseValue(float[])
 o setOpacity(double[])

Constructors

 o SFVec2fFilter
 public SFVec2fFilter(SFVec2fChannel chan,
                      float f[],
                      Curve curve[])
 o SFVec2fFilter
 public SFVec2fFilter(SFVec2fChannel chan,
                      float f[],
                      Curve x,
                      Curve y)
 o SFVec2fFilter
 public SFVec2fFilter(SFVec2fChannel chan,
                      float xf,
                      float yf,
                      Curve x,
                      Curve y)
 o SFVec2fFilter
 public SFVec2fFilter(SFVec2fChannel chan,
                      Curve x,
                      Curve y)
 o SFVec2fFilter
 public SFVec2fFilter(SFVec2fChannel chan,
                      float xf,
                      float yf)

Methods

 o getChannel
 public Channel getChannel()
Overrides:
getChannel in class Filter
 o setOpacity
 public void setOpacity(double o[])
 o getValue
 public float[] getValue()
 o setBaseValue
 public void setBaseValue(float f[])
 o setBaseValue
 public void setBaseValue(float x,
                          float y)

All Packages  Class Hierarchy  This Package  Previous  Next  Index