Packagecom.swfwire.decompiler.data.swf.records
Classpublic class MatrixRecord
InheritanceMatrixRecord Inheritance Object
Implements IRecord



Public Properties
 PropertyDefined By
  rotate : MatrixRotateStructure
MatrixRecord
  scale : MatrixScaleStructure
MatrixRecord
  translate : MatrixTranslateStructure
MatrixRecord
Public Methods
 MethodDefined By
  
MatrixRecord
  
read(swf:SWFByteArray):void
MatrixRecord
  
MatrixRecord
Property Detail
rotateproperty
public var rotate:MatrixRotateStructure

scaleproperty 
public var scale:MatrixScaleStructure

translateproperty 
public var translate:MatrixTranslateStructure

Constructor Detail
MatrixRecord()Constructor
public function MatrixRecord(scale:MatrixScaleStructure = null, rotate:MatrixRotateStructure = null, translate:MatrixTranslateStructure = null)



Parameters
scale:MatrixScaleStructure (default = null)
 
rotate:MatrixRotateStructure (default = null)
 
translate:MatrixTranslateStructure (default = null)
Method Detail
read()method
public function read(swf:SWFByteArray):void

Parameters

swf:SWFByteArray

write()method 
public function write(swf:SWFByteArray):void

Parameters

swf:SWFByteArray