Package | thanhtran.karaokeplayer.lyrics |
Class | public class TextLine |
Inheritance | TextLine ![]() |
Property | Defined by | ||
---|---|---|---|
blocks : Array | TextLine | ||
complete : Boolean [read-only]
| TextLine | ||
completed : Signal | TextLine | ||
duration : uint [read-only]
| TextLine | ||
index : int | TextLine | ||
normalStyle : LyricStyle | TextLine | ||
playing : Boolean [read-only]
| TextLine | ||
startTime : Number [read-only]
| TextLine | ||
syncStyle : LyricStyle | TextLine | ||
width : Number | TextLine |
Method | Defined by | ||
---|---|---|---|
TextLine()
| TextLine | ||
dispose():void
| TextLine | ||
TextLine | |||
play():void
| TextLine | ||
toString():String
| TextLine |
Constant | Defined by | ||
---|---|---|---|
VERSION : String = "0.0.18" [static]
| TextLine |
blocks | property |
public var blocks:Array
complete | property |
complete:Boolean
[read-only]Implementation
public function get complete():Boolean
completed | property |
public var completed:Signal
duration | property |
duration:uint
[read-only]Implementation
public function get duration():uint
index | property |
public var index:int
normalStyle | property |
public var normalStyle:LyricStyle
playing | property |
playing:Boolean
[read-only]Implementation
public function get playing():Boolean
startTime | property |
startTime:Number
[read-only]Implementation
public function get startTime():Number
syncStyle | property |
public var syncStyle:LyricStyle
width | property |
width:Number
[read-write]Implementation
public function get width():Number
public function set width(value:Number):void
TextLine | () | constructor |
public function TextLine()
dispose | () | method |
public function dispose():void
init | () | method |
play | () | method |
public function play():void
toString | () | method |
public override function toString():String
Returns
String |
VERSION | constant |
public static const VERSION:String = "0.0.18"