Package com.anotherbigidea.flash.structs

Examples of com.anotherbigidea.flash.structs.Matrix


            boolean isMove            = in.readUBits(1) != 0;

            int depth = in.readUI16();

            int            charId    = hasCharacter      ? in.readUI16()            : 0;
            Matrix         matrix    = hasMatrix         ? new Matrix( in )         : null;
            AlphaTransform cxform    = hasColorTransform ? new AlphaTransform( in ) : null;
            int            ratio     = hasRatio          ? in.readUI16()            : -1;       
            String         name      = hasName           ? in.readString(mStringEncoding: null
            int            clipDepth = hasClipDepth      ? in.readUI16()            : 0;
View Full Code Here

TOP

Related Classes of com.anotherbigidea.flash.structs.Matrix

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.