Class com.sekati.ui.FauxView

Description

FauxView singleton creates a set of BaseClip rectangles on stage for use in tracking and broadcast a 16:9 content viewport scaled proportionally to the Stage. This wraps and simplifies the StageDisplay dispatched events and pushes them thru Broadcaster using the onPropcast event after updating the tracking clip so that the information may be used in liquid layouts that require positional relationships.

Field Index

$, _height, _width, _x, _y, botShape, bottom, cx, cy, h, p, panoramic_height, shape, topShape, w, x, y

Method Index

getInstance(), setProp()

Inherited from CoreObject

Field Detail

$

static public $:FauxView [Read Only]
shorthand singleton accessor getter

panoramic_height

public panoramic_height:Number [Read Only]

x

public x:Number [Read Only]
_x getter

_x

public _x:Number [Read Only]

y

public y:Number [Read Only]
_y getter

_y

public _y:Number [Read Only]

w

public w:Number [Read Only]
_width getter

_width

public _width:Number [Read Only]

h

public h:Number [Read Only]
_height getter

_height

public _height:Number [Read Only]

cx

public cx:Number [Read Only]
center x

cy

public cy:Number [Read Only]
center y

bottom

public bottom:Number [Read Only]
return bottom of "viewport"

shape

public shape:MovieClip [Read Only]
return the tracker object

topShape

public topShape:MovieClip [Read Only]
return the top letter box object

botShape

public botShape:MovieClip [Read Only]
return the bottom letterbox object

p

public p:Object [Read Only]
proportion getter

Method Detail

getInstance

static public function getInstance():FauxView

Singleton Accessor

Return

Proportioncaster

setProp

public function setProp(w:Number, h:Number):Void

Set a new proportion to scale by.

Parameters

w(Number)
h(Number)

Return

Void