Packagevn.karaokeplayer.lyrics
Interfacepublic interface IBlock extends ISeekable, flash.display.IBitmapDrawable
ImplementorsTextBlock



Public Properties
 PropertyDefined by
 Inheritedbegin : Number
ISeekable
  completed : ISignal
[read-only]
IBlock
 Inheritedduration : Number
ISeekable
 Inheritedend : Number
ISeekable
  height : Number
[read-only]
IBlock
  next : IBlock
IBlock
  noSpaceWidth : Number
[read-only]
IBlock
 Inheritedposition : Number
ISeekable
  text : String
[read-only]
IBlock
  width : Number
[read-only]
IBlock
  x : Number
IBlock
Public Methods
 MethodDefined by
  
dispose():void
IBlock
  
init(blockInfo:BlockInfo):void
IBlock
  
reset():void
IBlock
  
setStyle(normalStyle:LyricStyle, syncStyle:LyricStyle):void
IBlock
Property detail
completedproperty
completed:ISignal  [read-only]Implementation
    public function get completed():ISignal
heightproperty 
height:Number  [read-only]Implementation
    public function get height():Number
nextproperty 
next:IBlock  [read-write]Implementation
    public function get next():IBlock
    public function set next(value:IBlock):void
noSpaceWidthproperty 
noSpaceWidth:Number  [read-only]Implementation
    public function get noSpaceWidth():Number
textproperty 
text:String  [read-only]Implementation
    public function get text():String
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
Method detail
dispose()method
public function dispose():void
init()method 
public function init(blockInfo:BlockInfo):voidParameters
blockInfo:BlockInfo
reset()method 
public function reset():void
setStyle()method 
public function setStyle(normalStyle:LyricStyle, syncStyle:LyricStyle):voidParameters
normalStyle:LyricStyle
 
syncStyle:LyricStyle