All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.MFVec2fProperty

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

public final class MFVec2fProperty
extends ImprovProperty

Constructor Index

 o MFVec2fProperty(String, float[][])
 o MFVec2fProperty(String, float[][], PropertyContainer)

Method Index

 o getValue()
 o setValue(float[][])

Constructors

 o MFVec2fProperty
 public MFVec2fProperty(String n,
                        float v[][])
 o MFVec2fProperty
 public MFVec2fProperty(String n,
                        float v[][],
                        PropertyContainer o)

Methods

 o getValue
 public float[][] getValue()
 o setValue
 public void setValue(float v[][])

All Packages  Class Hierarchy  This Package  Previous  Next  Index