FlowPlayer 3.2.3 API documentation | All Packages | All Classes | Index | FramesNo Frames | ![]() |
Interface DisplayPluginModel | Properties | Methods | |
Package | org.flowplayer.model |
Interface | public interface DisplayPluginModel extends PluginModel, Identifiable, Callable, Cloneable, DisplayProperties |
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 | |
![]() | isBuiltIn : Boolean | PluginModel | |
![]() | 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 |
Method | Defined by | ||
---|---|---|---|
![]() |
addMethod(method:PluginMethod):void
| Callable | |
![]() | Cloneable | ||
![]() |
dispatch(eventType:PluginEventType, eventId:Object = null, info:Object = null, info2:Object = null, info3:Object = null):void
| PluginModel | |
![]() |
dispatchBeforeEvent(eventType:PluginEventType, eventId:Object = null, info:Object = null, info2:Object = null, info3:Object = null):Boolean
| 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 | |
![]() |
onBeforePluginEvent(listener:Function):void
| PluginModel | |
![]() |
onError(listener:Function):void
| PluginModel | |
![]() |
onLoad(listener:Function):void
| PluginModel | |
![]() |
onPluginEvent(listener:Function):void
| PluginModel | |
![]() |
setDisplayObject(displayObject:DisplayObject):void
| DisplayProperties | |
![]() | PluginModel |