BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
fl.motion 

DynamicMatrix  - AS3 Flash

(Beta)
Packagefl.motion
Classpublic class DynamicMatrix
InheritanceDynamicMatrix Inheritance Object
Subclasses ColorMatrix

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9, AIR 1.0

The DynamicMatrix class calculates and stores a matrix based on given values. This class supports the ColorMatrixFilter and can be extended by the ColorMatrix class.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
DynamicMatrix(width:int, height:int)
Constructs a matrix with the given number of rows and columns.
DynamicMatrix
  
Adds the current matrix with a specified matrix.
DynamicMatrix
  
Returns the number of rows in the current matrix.
DynamicMatrix
  
Returns the value at the specified zero-based row and column in the current matrix.
DynamicMatrix
  
Returns the number of columns in the current matrix.
DynamicMatrix
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
  
Sets the current matrix to an identity matrix.
DynamicMatrix
  
Sets all values in the current matrix to zero.
DynamicMatrix
  
Multiplies the current matrix with a specified matrix; and either appends or prepends the specified matrix.
DynamicMatrix
  
Multiplies a number with each item in the matrix and stores the results in the current matrix.
DynamicMatrix
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
  
SetValue(row:int, col:int, value:Number):void
Sets the value at a specified zero-based row and column in the current matrix.
DynamicMatrix
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  MATRIX_ORDER_APPEND : int = 1
[static] Specifies that a matrix is appended for concatenation.
DynamicMatrix
  MATRIX_ORDER_PREPEND : int = 0
[static] Specifies that a matrix is prepended for concatenation.
DynamicMatrix
Constructor Detail
Method Detail
Constant Detail