Packagevn.karaokeplayer.lyrics
Classpublic class TextLine
InheritanceTextLine Inheritance flash.display.Sprite
ImplementsILine

A line of text



Public Properties
 PropertyDefined by
  begin : Number
[read-only]
TextLine
  complete : Boolean
[read-only]
TextLine
  completed : ISignal
[read-only]
TextLine
  duration : Number
[read-only]
TextLine
  end : Number
[read-only]
TextLine
  playing : Boolean
[read-only]
TextLine
  position : Number
TextLine
  width : Number
TextLine
Public Methods
 MethodDefined by
  
TextLine
  
dispose():void
TextLine
  
init(data:LineInfo):void
TextLine
  
reset():void
TextLine
  
toString():String
TextLine
Public Constants
 ConstantDefined by
  VERSION : String = "0.8.71"
[static]
TextLine
Property detail
beginproperty
begin:Number  [read-only]Implementation
    public function get begin():Number
completeproperty 
complete:Boolean  [read-only]Implementation
    public function get complete():Boolean
completedproperty 
completed:ISignal  [read-only]Implementation
    public function get completed():ISignal
durationproperty 
duration:Number  [read-only]Implementation
    public function get duration():Number
endproperty 
end:Number  [read-only]Implementation
    public function get end():Number
playingproperty 
playing:Boolean  [read-only]Implementation
    public function get playing():Boolean
positionproperty 
position:Number  [read-write]Implementation
    public function get position():Number
    public function set position(value:Number):void
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(factory:IKarFactory)Parameters
factory:IKarFactory
Method detail
dispose()method
public function dispose():void
init()method 
public function init(data:LineInfo):voidParameters
data:LineInfo
reset()method 
public function reset():void
toString()method 
public override function toString():String

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