Packagevn.karaokeplayer.lyrics
Interfacepublic interface ILine extends ISeekable, flash.display.IBitmapDrawable
ImplementorsTextLine



Public Properties
 PropertyDefined by
 Inheritedbegin : Number
ISeekable
  complete : Boolean
[read-only]
ILine
  completed : ISignal
[read-only]
ILine
 Inheritedduration : Number
ISeekable
 Inheritedend : Number
ISeekable
  height : Number
[read-only]
ILine
  playing : Boolean
[read-only]
ILine
 Inheritedposition : Number
ISeekable
  width : Number
[read-only]
ILine
  x : Number
ILine
  y : Number
ILine
Public Methods
 MethodDefined by
  
dispose():void
ILine
  
init(data:LineInfo):void
ILine
  
reset():void
ILine
  
toString():String
ILine
Property detail
completeproperty
complete:Boolean  [read-only]Implementation
    public function get complete():Boolean
completedproperty 
completed:ISignal  [read-only]Implementation
    public function get completed():ISignal
heightproperty 
height:Number  [read-only]Implementation
    public function get height():Number
playingproperty 
playing:Boolean  [read-only]Implementation
    public function get playing():Boolean
widthproperty 
width:Number  [read-only]Implementation
    public function get width():Number
xproperty 
x:Number  [read-write]Implementation
    public function get x():Number
    public function set x(value:Number):void
yproperty 
y:Number  [read-write]Implementation
    public function get y():Number
    public function set y(value:Number):void
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 function toString():String

Returns
String