All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.SFVec2fProperty

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

public final class SFVec2fProperty
extends ImprovProperty

Constructor Index

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

Method Index

 o getValue()
 o setValue(float[])

Constructors

 o SFVec2fProperty
 public SFVec2fProperty(String n,
                        float v[])
 o SFVec2fProperty
 public SFVec2fProperty(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