| Package | org.wak.gui.modern |
| Class | public class MouseInfoBox |
| Inheritance | MouseInfoBox flash.display.Sprite |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| MouseInfoBox | ||
| background | property |
background:DisplayObject [write-only]Set a DisplayObject as background.
Implementation public function set background(value:DisplayObject):void
| border | property |
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
| embedFonts | property |
embedFonts:Boolean [write-only]Enable or disable the use of embed fonts.
Implementation public function set embedFonts(value:Boolean):void
| flatBgColor | property |
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
| outline | property |
outline:Boolean [write-only]Enable or disable the text outline .
Implementation public function set outline(value:Boolean):void
| text | property |
text:String [read-write]Text to display in the MouseInfoBox.
Implementation public function get text():String
public function set text(value:String):void
| textFormat | property |
textFormat:TextFormat [write-only]TextFormat to change the font style of the MouseInfoBox.
Implementation public function set textFormat(value:TextFormat):void
| txtFieldWidth | property |
txtFieldWidth:Number [write-only]Implementation
public function set txtFieldWidth(value:Number):void
| width | property |
width:Number [read-only]Implementation
public function get width():Number
| MouseInfoBox | () | constructor |
public function MouseInfoBox()Constructor.