Packageflexlib.mdi.effects
Classpublic class MDIEffectsDescriptorBase
ImplementsIMDIEffectsDescriptor
SubclassesMDILinearEffects, MDIVistaEffects

Base effects implementation with no animation. Extending this class means the developer can choose to implement only certain effects, rather than all required by IMDIEffectsDescriptor.



Public Properties
 PropertyDefined by
  duration : Number = 10
MDIEffectsDescriptorBase
Public Methods
 MethodDefined by
  
getCascadeEffect(items:Array, manager:MDIManager):Effect
MDIEffectsDescriptorBase
  
getTileEffect(items:Array, manager:MDIManager):Effect
MDIEffectsDescriptorBase
  
getWindowAddEffect(window:MDIWindow, manager:MDIManager):Effect
MDIEffectsDescriptorBase
  
getWindowCloseEffect(window:MDIWindow, manager:MDIManager):Effect
MDIEffectsDescriptorBase
  
getWindowDragEffect(window:MDIWindow, manager:MDIManager):Effect
MDIEffectsDescriptorBase
  
MDIEffectsDescriptorBase
  
MDIEffectsDescriptorBase
  
MDIEffectsDescriptorBase
  
MDIEffectsDescriptorBase
  
getWindowMaximizeEffect(window:MDIWindow, manager:MDIManager, bottomOffset:Number = 0):Effect
MDIEffectsDescriptorBase
  
getWindowMinimizeEffect(window:MDIWindow, manager:MDIManager, moveTo:Point = null):Effect
MDIEffectsDescriptorBase
  
getWindowResizeEffect(window:MDIWindow, manager:MDIManager):Effect
MDIEffectsDescriptorBase
  
MDIEffectsDescriptorBase
  
MDIEffectsDescriptorBase
  
getWindowRestoreEffect(window:MDIWindow, manager:MDIManager, restoreTo:Rectangle):Effect
MDIEffectsDescriptorBase
  
reTileMinWindowsEffect(window:MDIWindow, manager:MDIManager, moveTo:Point):Effect
MDIEffectsDescriptorBase
Property detail
durationproperty
public var duration:Number = 10
Method detail
getCascadeEffect()method
public function getCascadeEffect(items:Array, manager:MDIManager):EffectParameters
items:Array
 
manager:MDIManager

Returns
Effect
getTileEffect()method 
public function getTileEffect(items:Array, manager:MDIManager):EffectParameters
items:Array
 
manager:MDIManager

Returns
Effect
getWindowAddEffect()method 
public function getWindowAddEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowCloseEffect()method 
public function getWindowCloseEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowDragEffect()method 
public function getWindowDragEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowDragEndEffect()method 
public function getWindowDragEndEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowDragStartEffect()method 
public function getWindowDragStartEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowFocusEndEffect()method 
public function getWindowFocusEndEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowFocusStartEffect()method 
public function getWindowFocusStartEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowMaximizeEffect()method 
public function getWindowMaximizeEffect(window:MDIWindow, manager:MDIManager, bottomOffset:Number = 0):EffectParameters
window:MDIWindow
 
manager:MDIManager
 
bottomOffset:Number (default = 0)

Returns
Effect
getWindowMinimizeEffect()method 
public function getWindowMinimizeEffect(window:MDIWindow, manager:MDIManager, moveTo:Point = null):EffectParameters
window:MDIWindow
 
manager:MDIManager
 
moveTo:Point (default = null)

Returns
Effect
getWindowResizeEffect()method 
public function getWindowResizeEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowResizeEndEffect()method 
public function getWindowResizeEndEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowResizeStartEffect()method 
public function getWindowResizeStartEffect(window:MDIWindow, manager:MDIManager):EffectParameters
window:MDIWindow
 
manager:MDIManager

Returns
Effect
getWindowRestoreEffect()method 
public function getWindowRestoreEffect(window:MDIWindow, manager:MDIManager, restoreTo:Rectangle):EffectParameters
window:MDIWindow
 
manager:MDIManager
 
restoreTo:Rectangle

Returns
Effect
reTileMinWindowsEffect()method 
public function reTileMinWindowsEffect(window:MDIWindow, manager:MDIManager, moveTo:Point):EffectParameters
window:MDIWindow
 
manager:MDIManager
 
moveTo:Point

Returns
Effect