Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.anotherbigidea.flash.structs.Matrix

Uses of Matrix in com.anotherbigidea.flash.structs
 

Fields in com.anotherbigidea.flash.structs declared as Matrix
protected  Matrix ButtonRecord.matrix
           
protected  Matrix FillStyle.matrix
           
 

Methods in com.anotherbigidea.flash.structs that return Matrix
 Matrix ButtonRecord.getMatrix()
           
 Matrix FillStyle.getMatrix()
           
 

Methods in com.anotherbigidea.flash.structs with parameters of type Matrix
 void ButtonRecord.setMatrix(Matrix matrix)
           
 

Constructors in com.anotherbigidea.flash.structs with parameters of type Matrix
ButtonRecord(int id, int layer, Matrix matrix, int flags)
           
ButtonRecord2(int id, int layer, Matrix matrix, AlphaTransform transform, int flags)
           
FillStyle(Matrix matrix, int[] ratios, Color[] colors, boolean radial)
          Linear/Radial Gradient Fill
FillStyle(int bitmapId, Matrix matrix, boolean clipped)
          Bitmap fill
Matrix(Matrix copy)
          Copy another matrix