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.AlphaTransform

Uses of AlphaTransform in com.anotherbigidea.flash.structs
 

Fields in com.anotherbigidea.flash.structs declared as AlphaTransform
protected  AlphaTransform ButtonRecord2.transform
           
 

Methods in com.anotherbigidea.flash.structs that return AlphaTransform
 AlphaTransform ButtonRecord2.getTransform()
           
 

Methods in com.anotherbigidea.flash.structs with parameters of type AlphaTransform
 void ButtonRecord2.setTransform(AlphaTransform transform)
           
 

Constructors in com.anotherbigidea.flash.structs with parameters of type AlphaTransform
ButtonRecord2(int id, int layer, Matrix matrix, AlphaTransform transform, int flags)