Packagethanhtran.karaokeplayer.lyrics
Classpublic class TextLine
InheritanceTextLine Inheritance flash.display.Sprite

A line of text



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
TextLine
  
dispose():void
TextLine
  
init(data:LineInfo):void
TextLine
  
play():void
TextLine
  
toString():String
TextLine
Public Constants
 ConstantDefined by
  VERSION : String = "0.0.18"
[static]
TextLine
Property detail
blocksproperty
public var blocks:Array
completeproperty 
complete:Boolean  [read-only]Implementation
    public function get complete():Boolean
completedproperty 
public var completed:Signal
durationproperty 
duration:uint  [read-only]Implementation
    public function get duration():uint
indexproperty 
public var index:int
normalStyleproperty 
public var normalStyle:LyricStyle
playingproperty 
playing:Boolean  [read-only]Implementation
    public function get playing():Boolean
startTimeproperty 
startTime:Number  [read-only]Implementation
    public function get startTime():Number
syncStyleproperty 
public var syncStyle:LyricStyle
widthproperty 
width:Number  [read-write]Implementation
    public function get width():Number
    public function set width(value:Number):void
Constructor detail
TextLine()constructor
public function TextLine()
Method detail
dispose()method
public function dispose():void
init()method 
public function init(data:LineInfo):voidParameters
data:LineInfo
play()method 
public function play():void
toString()method 
public override function toString():String

Returns
String
Constant detail
VERSIONconstant
public static const VERSION:String = "0.0.18"