Packagesekati.ui
Classpublic class Reflection
InheritanceReflection Inheritance CoreSprite Inheritance flash.display.Sprite

Reflection provides a UI reflection to a DisplayObject.



Public Properties
 PropertyDefined by
 Inheritedenabled : Boolean
Boolean stub property which subclasses implement to control core behavor availability such as interactivity, liquidity, drag-drop functionality.
CoreSprite
 InheritedinteractiveMode : Boolean
Specifies the mouse cursors modal state in the object as an interactive target via: buttonMode, mouseChildren & tabChildren.
CoreSprite
  reflectionHeight : int
Reflection
  reflectionOffsetY : int
Reflection
  reflectionStrength : Number
Reflection
  reflectSource : DisplayObjectContainer
Reflection
 Inheritedscale : Number
The scale value.
CoreSprite
Protected Properties
 PropertyDefined by
  reflectionBmp : Bitmap
Reflection
  reflectionHolder : Sprite
Reflection
  reflectionMask : Sprite
Reflection
Public Methods
 MethodDefined by
  
Reflection(source:DisplayObjectContainer, height:int = 255, strength:Number = 1, yOffset:int = 1)
Reflection Constructor
Reflection
 Inherited
addChildren(... args):void
Add multiple child DisplayObject's.
CoreSprite
  
destroy():void
Clean up after thy self.
Reflection
 Inherited
toString():String
Return reflective output.
CoreSprite
Protected Methods
 MethodDefined by
 Inherited
invalidate():void
Request a redraw, use for deferred rendering.
CoreSprite
 Inherited
offStage(e:Event = null):void
Stub: Sprite has been removed from stage.
CoreSprite
 Inherited
onStage(e:Event = null):void
Stub: Sprite has been added to stage.
CoreSprite
Property detail
reflectionBmpproperty
protected var reflectionBmp:Bitmap
reflectionHeightproperty 
public var reflectionHeight:int
reflectionHolderproperty 
protected var reflectionHolder:Sprite
reflectionMaskproperty 
protected var reflectionMask:Sprite
reflectionOffsetYproperty 
public var reflectionOffsetY:int
reflectionStrengthproperty 
public var reflectionStrength:Number
reflectSourceproperty 
public var reflectSource:DisplayObjectContainer
Constructor detail
Reflection()constructor
public function Reflection(source:DisplayObjectContainer, height:int = 255, strength:Number = 1, yOffset:int = 1)

Reflection Constructor

Parameters
source:DisplayObjectContainer
 
height:int (default = 255)
 
strength:Number (default = 1)
 
yOffset:int (default = 1)
Method detail
destroy()method
public override function destroy():void

Clean up after thy self.