Package | com.swfwire.decompiler.data.swf.records |
Class | public class MatrixRecord |
Inheritance | MatrixRecord Object |
Implements | IRecord |
Property | Defined By | ||
---|---|---|---|
rotate : MatrixRotateStructure | MatrixRecord | ||
scale : MatrixScaleStructure | MatrixRecord | ||
translate : MatrixTranslateStructure | MatrixRecord |
Method | Defined By | ||
---|---|---|---|
MatrixRecord(scale:MatrixScaleStructure = null, rotate:MatrixRotateStructure = null, translate:MatrixTranslateStructure = null) | MatrixRecord | ||
read(swf:SWFByteArray):void | MatrixRecord | ||
write(swf:SWFByteArray):void | MatrixRecord |
rotate | property |
public var rotate:MatrixRotateStructure
scale | property |
public var scale:MatrixScaleStructure
translate | property |
public var translate:MatrixTranslateStructure
MatrixRecord | () | Constructor |
public function MatrixRecord(scale:MatrixScaleStructure = null, rotate:MatrixRotateStructure = null, translate:MatrixTranslateStructure = null)
scale:MatrixScaleStructure (default = null )
| |
rotate:MatrixRotateStructure (default = null )
| |
translate:MatrixTranslateStructure (default = null )
|
read | () | method |
write | () | method |