Packagecom.google.analytics.debug
Classpublic class Panel
InheritancePanel Inheritance UISprite Inheritance flash.display.Sprite

The Panel class.



Public Properties
 PropertyDefined by
 Inheritedalignement : Align
Indicates the alignement reference of this sprite.
UISprite
 InheritedforcedHeight : uint
UISprite
 InheritedforcedWidth : uint
UISprite
 Inheritedmargin : Margin
Indicates the margin reference of this sprite.
UISprite
  stickToEdge : Boolean
Panel
  title : String
Panel
Protected Properties
 PropertyDefined by
 InheritedalignTarget : DisplayObject
Indicates the display object align target.
UISprite
  baseAlpha : Number
Panel
 InheritedlistenResize : Boolean
Indicates if the resize process is listening.
UISprite
Public Methods
 MethodDefined 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
 Inherited
alignTo(alignement:Align, target:DisplayObject = null):void
Align the specified display with the specified alignement value.
UISprite
  
close():void
Panel
  
onToggle(event:MouseEvent = null):void
Panel
 Inherited
resize():void
Resize the display.
UISprite
Protected Methods
 MethodDefined by
  
dispose():void
Panel
  
layout():void
Panel
 Inherited
onResize(event:Event):void
Invoked when the stage is resized.
UISprite
Property detail
baseAlphaproperty
protected var baseAlpha:Number
stickToEdgeproperty 
stickToEdge:Boolean  [read-write]Implementation
    public function get stickToEdge():Boolean
    public function set stickToEdge(value:Boolean):void
titleproperty 
title:String  [read-write]Implementation
    public function get title():String
    public function set title(value:String):void
Constructor detail
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.

Parameters
name: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)
Method detail
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)