Package | com.swfwire.decompiler.data.swf.records |
Class | public class FillStyleRecord |
Inheritance | FillStyleRecord ![]() |
Implements | IRecord |
Subclasses | Shape3FillStyleRecord |
Property | Defined By | ||
---|---|---|---|
bitmapId : uint | FillStyleRecord | ||
bitmapMatrix : MatrixRecord | FillStyleRecord | ||
color : RGBRecord | FillStyleRecord | ||
gradient : GradientRecord | FillStyleRecord | ||
gradientMatrix : MatrixRecord | FillStyleRecord | ||
type : uint | FillStyleRecord |
Method | Defined By | ||
---|---|---|---|
FillStyleRecord(type:uint = 0) | FillStyleRecord | ||
read(swf:SWFByteArray):void | FillStyleRecord | ||
write(swf:SWFByteArray):void | FillStyleRecord |
bitmapId | property |
public var bitmapId:uint
bitmapMatrix | property |
public var bitmapMatrix:MatrixRecord
color | property |
public var color:RGBRecord
gradient | property |
public var gradient:GradientRecord
gradientMatrix | property |
public var gradientMatrix:MatrixRecord
type | property |
public var type:uint
FillStyleRecord | () | Constructor |
public function FillStyleRecord(type:uint = 0)
type:uint (default = 0 )
|
read | () | method |
write | () | method |