| Package | vegas.display.coverflow |
| Class | public class CoverFlow |
| Inheritance | CoverFlow flash.display.Sprite |
| Property | Defined By | ||
|---|---|---|---|
| fieldOfView : Number
Specifies an angle, as a degree between 0 and 180, for the field of view in three dimensions. | CoverFlow | ||
| index : int
The index of the selected cover in the coverflow. | CoverFlow | ||
| length : int [read-only]
Indicates the number of covers register in the coverflow container. | CoverFlow | ||
| offsetAngle : Number
The offset angle value of the covers (default 45). | CoverFlow | ||
| offsetCenterLeft : Number
The offset space between two covers in the left area of the coverflow. | CoverFlow | ||
| offsetCenterRight : Number
The offset space between two covers in the right area of the coverflow. | CoverFlow | ||
| offsetCover : Number
The offset value between two covers (default 100). | CoverFlow | ||
| offsetDepth : Number
The offset depth value of the covers (default 256). | CoverFlow | ||
| size : Number
Indicates the size of the coverflow effect (visible area size). | CoverFlow | ||
| Method | Defined By | ||
|---|---|---|---|
CoverFlow(size:Number = 740, auto:Boolean = true, init:Object = null)
Creates a new CoverFlow instance. | CoverFlow | ||
Adds a new Cover in the coverflow. | CoverFlow | ||
clear():void
Removes all childs in the container. | CoverFlow | ||
| fieldOfView | property |
fieldOfView:NumberSpecifies an angle, as a degree between 0 and 180, for the field of view in three dimensions.
public function get fieldOfView():Number public function set fieldOfView(value:Number):void| index | property |
index:intThe index of the selected cover in the coverflow.
public function get index():int public function set index(value:int):void| length | property |
length:int [read-only] Indicates the number of covers register in the coverflow container.
public function get length():int| offsetAngle | property |
offsetAngle:NumberThe offset angle value of the covers (default 45).
public function get offsetAngle():Number public function set offsetAngle(value:Number):void| offsetCenterLeft | property |
offsetCenterLeft:NumberThe offset space between two covers in the left area of the coverflow.
public function get offsetCenterLeft():Number public function set offsetCenterLeft(value:Number):void| offsetCenterRight | property |
offsetCenterRight:NumberThe offset space between two covers in the right area of the coverflow.
public function get offsetCenterRight():Number public function set offsetCenterRight(value:Number):void| offsetCover | property |
offsetCover:NumberThe offset value between two covers (default 100).
public function get offsetCover():Number public function set offsetCover(value:Number):void| offsetDepth | property |
offsetDepth:NumberThe offset depth value of the covers (default 256).
public function get offsetDepth():Number public function set offsetDepth(value:Number):void| size | property |
size:NumberIndicates the size of the coverflow effect (visible area size).
public function get size():Number public function set size(value:Number):void| CoverFlow | () | Constructor |
public function CoverFlow(size:Number = 740, auto:Boolean = true, init:Object = null)Creates a new CoverFlow instance.
Parameterssize:Number (default = 740) — The width of the coverflow effect.
| |
auto:Boolean (default = true) — Indicates if the coverflow effect is active when the coverflow is added in the display list.
| |
init:Object (default = null) — A generic object containing properties with which to populate the newly instance. If this argument is null, it is ignored.
|
| addCover | () | method |
public function addCover(cover:Cover):voidAdds a new Cover in the coverflow.
Parameters
cover:Cover |
| clear | () | method |
public function clear():voidRemoves all childs in the container.