| Package | com.google.analytics.debug |
| Class | public class UISprite |
| Inheritance | UISprite flash.display.Sprite |
| Subclasses | Label, Panel |
| 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 | ||
| Property | Defined by | ||
|---|---|---|---|
| alignTarget : DisplayObject
Indicates the display object align target.
| UISprite | ||
| listenResize : Boolean
Indicates if the resize process is listening.
| UISprite | ||
| Method | Defined by | ||
|---|---|---|---|
|
UISprite(alignTarget:DisplayObject = null)
Creates a new UISprite instance.
| UISprite | ||
|
Align the specified display with the specified alignement value.
| UISprite | ||
|
resize():void
Resize the display.
| UISprite | ||
| Method | Defined by | ||
|---|---|---|---|
|
dispose():void
Dispose (clean up) the display.
| UISprite | ||
|
layout():void
Layout the display.
| UISprite | ||
|
onResize(event:Event):void
Invoked when the stage is resized.
| UISprite | ||
| alignement | property |
public var alignement:AlignIndicates the alignement reference of this sprite.
| alignTarget | property |
protected var alignTarget:DisplayObjectIndicates the display object align target.
| forcedHeight | property |
forcedHeight:uint [read-write]Implementation
public function get forcedHeight():uint
public function set forcedHeight(value:uint):void
| forcedWidth | property |
forcedWidth:uint [read-write]Implementation
public function get forcedWidth():uint
public function set forcedWidth(value:uint):void
| listenResize | property |
protected var listenResize:BooleanIndicates if the resize process is listening.
| margin | property |
public var margin:MarginIndicates the margin reference of this sprite.
| UISprite | () | constructor |
public function UISprite(alignTarget:DisplayObject = null)Creates a new UISprite instance.
ParametersalignTarget:DisplayObject (default = null) |
| alignTo | () | method |
public function alignTo(alignement:Align, target:DisplayObject = null):voidAlign the specified display with the specified alignement value.
Parametersalignement:Align |
|
target:DisplayObject (default = null) |
| dispose | () | method |
protected function dispose():voidDispose (clean up) the display.
| layout | () | method |
protected function layout():voidLayout the display.
| onResize | () | method |
protected function onResize(event:Event):voidInvoked when the stage is resized.
Parametersevent:Event |
| resize | () | method |
public function resize():voidResize the display.