| Package | com.google.analytics.debug |
| Class | public class Panel |
| Inheritance | Panel UISprite flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
![]() | alignement : Align
Indicates the alignement reference of this sprite.
| UISprite | |
![]() | forcedHeight : uint | UISprite | |
![]() | forcedWidth : uint | UISprite | |
![]() | margin : Margin
Indicates the margin reference of this sprite.
| UISprite | |
| stickToEdge : Boolean | Panel | ||
| title : String | Panel | ||
| Property | Defined by | ||
|---|---|---|---|
![]() | alignTarget : DisplayObject
Indicates the display object align target.
| UISprite | |
| baseAlpha : Number | Panel | ||
![]() | listenResize : Boolean
Indicates if the resize process is listening.
| UISprite | |
| Method | Defined by | ||
|---|---|---|---|
|
Panel(name:String, width:uint, height:uint, backgroundColor:uint = 0, borderColor:uint = 0, baseAlpha:Number = 0.3, alignement:Align = null, stickToEdge:Boolean = false)
Creates a new Panel instance.
| Panel | ||
|
addData(child:DisplayObject):void
| Panel | ||
![]() |
Align the specified display with the specified alignement value.
| UISprite | |
|
close():void
| Panel | ||
|
onToggle(event:MouseEvent = null):void
| Panel | ||
![]() |
resize():void
Resize the display.
| UISprite | |
| Method | Defined by | ||
|---|---|---|---|
|
dispose():void
| Panel | ||
|
layout():void
| Panel | ||
![]() |
onResize(event:Event):void
Invoked when the stage is resized.
| UISprite | |
| baseAlpha | property |
protected var baseAlpha:Number
| stickToEdge | property |
stickToEdge:Boolean [read-write]Implementation
public function get stickToEdge():Boolean
public function set stickToEdge(value:Boolean):void
| title | property |
title:String [read-write]Implementation
public function get title():String
public function set title(value:String):void
| Panel | () | constructor |
public function Panel(name:String, width:uint, height:uint, backgroundColor:uint = 0, borderColor:uint = 0, baseAlpha:Number = 0.3, alignement:Align = null, stickToEdge:Boolean = false)Creates a new Panel instance.
Parametersname:String |
|
width:uint |
|
height:uint |
|
backgroundColor:uint (default = 0) |
|
borderColor:uint (default = 0) |
|
baseAlpha:Number (default = 0.3) |
|
alignement:Align (default = null) |
|
stickToEdge:Boolean (default = false) |
| addData | () | method |
public function addData(child:DisplayObject):voidParameters
child:DisplayObject |
| close | () | method |
public function close():void
| dispose | () | method |
protected override function dispose():void
| layout | () | method |
protected override function layout():void
| onToggle | () | method |
public function onToggle(event:MouseEvent = null):voidParameters
event:MouseEvent (default = null) |