Package | digicrafts.flash.controls |
Class | public class DoorTransformBannerRotator |
Inheritance | DoorTransformBannerRotator RotatorComponentBase digicrafts.flash.core.UIComponentBase |
Property | Defined by | ||
---|---|---|---|
autoZoom : Number
Gets or sets the autoZoom property.
| RotatorComponentBase | ||
autoZoomDuration : Number
Gets or sets the autoZoomDuration property.
| RotatorComponentBase | ||
baseColor : uint
Gets or sets the baseColor property.
| DoorTransformBannerRotator | ||
captionTextTarget : String
Gets or sets the captionTextTarget property.
| RotatorComponentBase | ||
currentItemData : Object
Gets or sets the currentItemData property.
| RotatorComponentBase | ||
dataProvider : Array
DataProvider
| RotatorComponentBase | ||
direction : uint
Gets or sets the direction property.
| DoorTransformBannerRotator | ||
invertRotation : Boolean
Gets or sets the invertRotation property.
| DoorTransformBannerRotator | ||
keyboardScrollEnabled : Boolean
Gets or sets the keyboardScrollEnabled property.
| RotatorComponentBase | ||
loaderSkin : String
Gets or sets the defaultLoaderSkin property.
| RotatorComponentBase | ||
nextButtonTarget : String
Gets or sets the nextButtonTarget property.
| RotatorComponentBase | ||
prevButtonTarget : String
Gets or sets the prevButtonTarget property.
| RotatorComponentBase | ||
reflection : Number
Gets or sets the reflection property.
| DoorTransformBannerRotator | ||
resizeMode : uint
Gets or sets the resizeMode property.
| RotatorComponentBase | ||
scrollerTarget : String
Gets or sets the scrollerTarget property.
| RotatorComponentBase | ||
selectedItemIndex : Number
Gets or sets the currentItemIndex property.
| RotatorComponentBase | ||
slideShowDirection : uint
Gets or sets the slideShowDirection property.
| RotatorComponentBase | ||
slideShowEnabled : Boolean
Gets or sets the slideShowEnabled property.
| RotatorComponentBase | ||
slideShowInterval : Number
Gets or sets the slideShowInterval property.
| RotatorComponentBase | ||
slideShowManager : SlideShowManager | RotatorComponentBase | ||
slideShowType : Number
Gets or sets the slideShowType property.
| RotatorComponentBase | ||
source : Object
Gets or sets the source property.
| RotatorComponentBase | ||
thumbnailAlign : uint
Gets or sets the thumbnailAlign property.
| RotatorComponentBase | ||
thumbnailAnimation : uint | RotatorComponentBase | ||
thumbnailBackgroundColor : uint
Gets or sets the thumbnailBackgroundColor property.
| RotatorComponentBase | ||
thumbnailHeight : Number
Gets or sets the thumbnailHeight property.
| RotatorComponentBase | ||
thumbnailMouseScroll : Boolean
Gets or sets the thumbnailMouseScroll property.
| RotatorComponentBase | ||
thumbnailOverColor : uint
Gets or sets the thumbnailOverColor property.
| RotatorComponentBase | ||
thumbnailOverColorSize : uint
Gets or sets the thumbnailOverColorSize property.
| RotatorComponentBase | ||
thumbnailOverGlowEnabled : Boolean
Gets or sets the thumbnailOverGlowEnabled property.
| RotatorComponentBase | ||
thumbnailResizeMode : uint
Gets or sets the thumbnailResizeMode property.
| RotatorComponentBase | ||
thumbnailWidth : Number
Gets or sets the thumbnailWidth property.
| RotatorComponentBase | ||
titleAlign : uint
Gets or sets the titleAlign property.
| RotatorComponentBase | ||
titleBackgroundAlpha : Number
Gets or sets the titleBackgroundAlpha property.
| RotatorComponentBase | ||
titleBackgroundColor : uint
Gets or sets the titleBackgroundColor property.
| RotatorComponentBase | ||
titleLabel : String
Gets or sets the titleLabel property.
| RotatorComponentBase | ||
titleTextColor : uint
Gets or sets the titleTextColor property.
| RotatorComponentBase | ||
transitionDuration : Number
Gets or sets the transitionDuration property.
| RotatorComponentBase |
Method | Defined by | ||
---|---|---|---|
Constructor
| DoorTransformBannerRotator | ||
load(source:*):void
Load source and start the component
| RotatorComponentBase | ||
next():void
Select next item
| RotatorComponentBase | ||
prev():void
Select prev item
| RotatorComponentBase | ||
unload():void
Unload the items and delete all object
| RotatorComponentBase |
baseColor | property |
baseColor:uint
[read-write]Gets or sets the baseColor property. baseColor property set the base color of the plane.
The default value is 2
.
public function get baseColor():uint
public function set baseColor(value:uint):void
direction | property |
direction:uint
[read-write]
Gets or sets the direction property.
direction property determine the direction of door open effect
Possible Value
999: ALL_RANDOM
20: VERTICAL
21: HORIZONTAL
/p>
The default value is 999
.
public function get direction():uint
public function set direction(value:uint):void
invertRotation | property |
invertRotation:Boolean
[read-write]
Gets or sets the invertRotation property.
invertRotation property determine if the door open in invert direction
The default value is 2
.
public function get invertRotation():Boolean
public function set invertRotation(value:Boolean):void
reflection | property |
reflection:Number
[read-write]
Gets or sets the reflection property.
reflection property determine the reflection effect for the transform
The default value is .4
.
public function get reflection():Number
public function set reflection(value:Number):void
DoorTransformBannerRotator | () | constructor |
public function DoorTransformBannerRotator()
Constructor