Package | digicrafts.flash.controls |
Class | public class FlyTransformBannerRotator |
Inheritance | FlyTransformBannerRotator 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.
| FlyTransformBannerRotator | ||
blurEffect : Number
Gets or sets the blurEffect property.
| FlyTransformBannerRotator | ||
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.
| FlyTransformBannerRotator | ||
flyZoomScale : Number
Gets or sets the flyZoomScale property.
| FlyTransformBannerRotator | ||
gap : Number
Gets or sets the gap property.
| FlyTransformBannerRotator | ||
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 | ||
resizeMode : uint
Gets or sets the resizeMode property.
| RotatorComponentBase | ||
rotationAngle : Number
Gets or sets the rotationAngle property.
| FlyTransformBannerRotator | ||
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 | ||
tiltAngle : Number
Gets or sets the tiltAngle property.
| FlyTransformBannerRotator | ||
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
| FlyTransformBannerRotator | ||
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
blurEffect | property |
blurEffect:Number
[read-write]
Gets or sets the blurEffect property.
blurEffect property determine the blur effect when fly. The blur effect in pixel.
The default value is 0
.
public function get blurEffect():Number
public function set blurEffect(value:Number):void
direction | property |
direction:uint
[read-write]
Gets or sets the direction property.
direction property determine the direction of fly transform
999: ALL_RANDOM
0: LEFT
1: RIGHT
2: TOP
3: BOTTOM
The default value is 999
.
public function get direction():uint
public function set direction(value:uint):void
flyZoomScale | property |
flyZoomScale:Number
[read-write]
Gets or sets the flyZoomScale property.
flyZoomScale property determine the zoom out level when fly
The default value is 1
.
public function get flyZoomScale():Number
public function set flyZoomScale(value:Number):void
gap | property |
gap:Number
[read-write]
Gets or sets the gap property.
gap property determine the gap between grid
The default value is 200
.
public function get gap():Number
public function set gap(value:Number):void
rotationAngle | property |
rotationAngle:Number
[read-write]
Gets or sets the rotationAngle property.
rotationAngle property determine the camera rotation when fly
The default value is 10
.
public function get rotationAngle():Number
public function set rotationAngle(value:Number):void
tiltAngle | property |
tiltAngle:Number
[read-write]
Gets or sets the tiltAngle property.
tiltAngle property determine the camera tilt angle when fly
The default value is 15
.
public function get tiltAngle():Number
public function set tiltAngle(value:Number):void
FlyTransformBannerRotator | () | constructor |
public function FlyTransformBannerRotator()
Constructor