Packageorg.wak.gui.modern
Classpublic class MouseInfoBox
InheritanceMouseInfoBox Inheritance flash.display.Sprite

Class to display info of the Scene's item in the mouse pointer.



Public Properties
 PropertyDefined by
  background : DisplayObject
[write-only] Set a DisplayObject as background.
MouseInfoBox
  border : uint
[write-only] Enable and set the flat border for the MouseInfoBox.
MouseInfoBox
  embedFonts : Boolean
[write-only] Enable or disable the use of embed fonts.
MouseInfoBox
  flatBgColor : uint
[write-only] Enable and set a color for the flat color background.
MouseInfoBox
  outline : Boolean
[write-only] Enable or disable the text outline .
MouseInfoBox
  text : String
Text to display in the MouseInfoBox.
MouseInfoBox
  textFormat : TextFormat
[write-only] TextFormat to change the font style of the MouseInfoBox.
MouseInfoBox
  txtFieldWidth : Number
[write-only]
MouseInfoBox
  width : Number
[read-only]
MouseInfoBox
Public Methods
 MethodDefined by
  
Constructor.
MouseInfoBox
Property detail
backgroundproperty
background:DisplayObject  [write-only]

Set a DisplayObject as background.

Implementation
    public function set background(value:DisplayObject):void
borderproperty 
border:uint  [write-only]

Enable and set the flat border for the MouseInfoBox. Visible only if not background image was previously set.

Implementation
    public function set border(value:uint):void
embedFontsproperty 
embedFonts:Boolean  [write-only]

Enable or disable the use of embed fonts.

Implementation
    public function set embedFonts(value:Boolean):void
flatBgColorproperty 
flatBgColor:uint  [write-only]

Enable and set a color for the flat color background. Visible only if not background image was previously set.

Implementation
    public function set flatBgColor(value:uint):void
outlineproperty 
outline:Boolean  [write-only]

Enable or disable the text outline .

Implementation
    public function set outline(value:Boolean):void
textproperty 
text:String  [read-write]

Text to display in the MouseInfoBox.

Implementation
    public function get text():String
    public function set text(value:String):void
textFormatproperty 
textFormat:TextFormat  [write-only]

TextFormat to change the font style of the MouseInfoBox.

Implementation
    public function set textFormat(value:TextFormat):void
txtFieldWidthproperty 
txtFieldWidth:Number  [write-only]Implementation
    public function set txtFieldWidth(value:Number):void
widthproperty 
width:Number  [read-only]Implementation
    public function get width():Number
Constructor detail
MouseInfoBox()constructor
public function MouseInfoBox()

Constructor.