Packageorg.flowplayer.model
Interfacepublic interface DisplayProperties extends Identifiable, Cloneable
SubinterfacesDisplayPluginModel



Public Properties
 PropertyDefined by
  alpha : Number
DisplayProperties
  bottom : Object
[write-only]
DisplayProperties
  dimensions : Dimensions
[read-only]
DisplayProperties
  display : String
DisplayProperties
  height : Object
[write-only]
DisplayProperties
  heightPct : Number
[read-only]
DisplayProperties
  heightPx : Number
[read-only]
DisplayProperties
  left : Object
[write-only]
DisplayProperties
 Inheritedname : String
Identifiable
  opacity : Number
DisplayProperties
  position : Position
[read-only]
DisplayProperties
  right : Object
[write-only]
DisplayProperties
  top : Object
[write-only]
DisplayProperties
  visible : Boolean
[read-only]
DisplayProperties
  width : Object
[write-only]
DisplayProperties
  widthPct : Number
[read-only]
DisplayProperties
  widthPx : Number
[read-only]
DisplayProperties
  zIndex : Number
DisplayProperties
Public Methods
 MethodDefined by
 Inherited
Cloneable
  
getDisplayObject():DisplayObject
Gets the associated DisplayObject.
DisplayProperties
  
setDisplayObject(displayObject:DisplayObject):void
DisplayProperties
Property detail
alphaproperty
alpha:Number  [read-write]Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void
bottomproperty 
bottom:Object  [write-only]Implementation
    public function set bottom(value:Object):void
dimensionsproperty 
dimensions:Dimensions  [read-only]Implementation
    public function get dimensions():Dimensions
displayproperty 
display:String  [read-write]Implementation
    public function get display():String
    public function set display(value:String):void
heightproperty 
height:Object  [write-only]Implementation
    public function set height(value:Object):void
heightPctproperty 
heightPct:Number  [read-only]Implementation
    public function get heightPct():Number
heightPxproperty 
heightPx:Number  [read-only]Implementation
    public function get heightPx():Number
leftproperty 
left:Object  [write-only]Implementation
    public function set left(value:Object):void
opacityproperty 
opacity:Number  [read-write]Implementation
    public function get opacity():Number
    public function set opacity(value:Number):void
positionproperty 
position:Position  [read-only]Implementation
    public function get position():Position
rightproperty 
right:Object  [write-only]Implementation
    public function set right(value:Object):void
topproperty 
top:Object  [write-only]Implementation
    public function set top(value:Object):void
visibleproperty 
visible:Boolean  [read-only]Implementation
    public function get visible():Boolean
widthproperty 
width:Object  [write-only]Implementation
    public function set width(value:Object):void
widthPctproperty 
widthPct:Number  [read-only]Implementation
    public function get widthPct():Number
widthPxproperty 
widthPx:Number  [read-only]Implementation
    public function get widthPx():Number
zIndexproperty 
zIndex:Number  [read-write]Implementation
    public function get zIndex():Number
    public function set zIndex(value:Number):void
Method detail
getDisplayObject()method
public function getDisplayObject():DisplayObject

Gets the associated DisplayObject. This is not implemented as an accessor since we don't want the display object to be serialized through ExternalInterface.

Returns
DisplayObject
setDisplayObject()method 
public function setDisplayObject(displayObject:DisplayObject):voidParameters
displayObject:DisplayObject