FlowPlayer 3.1.0 API documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface DisplayPluginModel
Properties
|
Methods
Package
org.flowplayer.model
Interface
public interface DisplayPluginModel extends
PluginModel
,
Identifiable
,
Callable
,
Cloneable
,
DisplayProperties
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
alpha
: Number
DisplayProperties
bottom
: Object
DisplayProperties
config
: Object
PluginModel
dimensions
: Dimensions
DisplayProperties
display
: String
DisplayProperties
height
: Object
DisplayProperties
heightPct
: Number
DisplayProperties
heightPx
: Number
DisplayProperties
left
: Object
DisplayProperties
name
: String
Identifiable
opacity
: Number
DisplayProperties
pluginObject
: Object
PluginModel
position
: Position
DisplayProperties
right
: Object
DisplayProperties
top
: Object
DisplayProperties
visible
: Boolean
DisplayProperties
width
: Object
DisplayProperties
widthPct
: Number
DisplayProperties
widthPx
: Number
DisplayProperties
zIndex
: Number
DisplayProperties
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
addMethod
(method:PluginMethod):void
Callable
clone
():
Cloneable
Cloneable
dispatch
(eventType:
PluginEventType
, eventId:Object = null, info:Object = null, info2:Object = null, info3:Object = null):void
PluginModel
dispatchError
(code:PluginError, info:Object = null):void
PluginModel
dispatchEvent
(event:
PluginEvent
):void
PluginModel
dispatchOnLoad
():void
PluginModel
getDisplayObject
():DisplayObject
Gets the associated DisplayObject.
DisplayProperties
getMethod
(externalName:String):PluginMethod
Callable
invokeMethod
(externalName:String, args:Array = null):Object
Invokes a method that has a return value.
Callable
onError
(listener:Function):void
PluginModel
onLoad
(listener:Function):void
PluginModel
onPluginEvent
(listener:Function):void
PluginModel
setDisplayObject
(displayObject:DisplayObject):void
DisplayProperties
unbind
(listener:Function, event:
EventType
= null, beforePhase:Boolean = false):void
PluginModel