| Package | ardisia.layouts |
| Class | public class CoverflowLayout |
| Inheritance | CoverflowLayout spark.layouts.supportClasses.LayoutBase |
The "xSeparation" property controls how far apart the elements are placed. The width of the elements is not relevant to the horizontal gap between elements. In other words, the gap is the "xSeparation" property.
View the technical documentation on the Ardisia Labs website for more information.
| Property | Defined By | ||
|---|---|---|---|
| alphaFrom : Number
The alpha value for the centered, lowest z value element. | CoverflowLayout | ||
| alphaTo : Number
The alpha value for elements at the highest possible z value. | CoverflowLayout | ||
| centerOffsetY : Number
The vertical offset from the center where the renderers are displayed. | CoverflowLayout | ||
| fieldOfView : Number
The field of view to apply to the perspective projection on the target. | CoverflowLayout | ||
| perspectiveProjectionCenterOffsetX : Number
The x offset from the center to apply the perspective projection. | CoverflowLayout | ||
| perspectiveProjectionCenterOffsetY : Number
The y offset from the center to apply the perspective projection. | CoverflowLayout | ||
| rotationX : Number
The x rotation to apply to the elements, except for the centered
renderer. | CoverflowLayout | ||
| rotationY : Number
The y rotation to apply to the non-centered elements in the coverflow. | CoverflowLayout | ||
| rotationZ : Number
The z rotation to apply to all of the elements, except for the centered
renderer. | CoverflowLayout | ||
| xSeparation : Number
The number of pixels between each renderer. | CoverflowLayout | ||
| zOffset : Number
The z axis offset from the center renderer to the other renderers. | CoverflowLayout | ||
| alphaFrom | property |
alphaFrom:NumberThe alpha value for the centered, lowest z value element.
The default value is 1.
public function get alphaFrom():Number public function set alphaFrom(value:Number):void| alphaTo | property |
alphaTo:NumberThe alpha value for elements at the highest possible z value.
The default value is 1.
public function get alphaTo():Number public function set alphaTo(value:Number):void| centerOffsetY | property |
centerOffsetY:NumberThe vertical offset from the center where the renderers are displayed.
The default value is 0.
public function get centerOffsetY():Number public function set centerOffsetY(value:Number):void| fieldOfView | property |
fieldOfView:NumberThe field of view to apply to the perspective projection on the target.
The default value is 55.
public function get fieldOfView():Number public function set fieldOfView(value:Number):void| perspectiveProjectionCenterOffsetX | property |
perspectiveProjectionCenterOffsetX:NumberThe x offset from the center to apply the perspective projection.
The default value is 0.
public function get perspectiveProjectionCenterOffsetX():Number public function set perspectiveProjectionCenterOffsetX(value:Number):void| perspectiveProjectionCenterOffsetY | property |
perspectiveProjectionCenterOffsetY:NumberThe y offset from the center to apply the perspective projection.
The default value is 0.
public function get perspectiveProjectionCenterOffsetY():Number public function set perspectiveProjectionCenterOffsetY(value:Number):void| rotationX | property |
rotationX:NumberThe x rotation to apply to the elements, except for the centered renderer.
The default value is 0.
public function get rotationX():Number public function set rotationX(value:Number):void| rotationY | property |
rotationY:NumberThe y rotation to apply to the non-centered elements in the coverflow.
The default value is 45.
public function get rotationY():Number public function set rotationY(value:Number):void| rotationZ | property |
rotationZ:NumberThe z rotation to apply to all of the elements, except for the centered renderer.
The default value is 0.
public function get rotationZ():Number public function set rotationZ(value:Number):void| xSeparation | property |
xSeparation:NumberThe number of pixels between each renderer. Must be greater than or equal to 1.
The default value is 50.
public function get xSeparation():Number public function set xSeparation(value:Number):void| zOffset | property |
zOffset:NumberThe z axis offset from the center renderer to the other renderers.
The default value is 200.
public function get zOffset():Number public function set zOffset(value:Number):void