Packagecom.gestureworks.cml.away3d.layouts
Classpublic class CircleLayout3D
InheritanceCircleLayout3D Inheritance Layout3D Inheritance com.gestureworks.cml.core.CMLObject

...



Public Properties
 PropertyDefined By
 Inheritedautoplay : Boolean
Automatically tweens when layout method is called.
Layout3D
 Inheritedeasing : *
Specifies the easing equation.
Layout3D
 InheritedlayoutTween : TimelineLite
[read-only] Read-only accessor to layout tweener.
Layout3D
 Inheritedname : String
Layout3D
 InheritedonComplete : Function
Function to call on layout complete
Layout3D
 InheritedonUpdate : Function
Function to call on layout update
Layout3D
  radius : Number
Sets the radius of the circle.
CircleLayout3D
 Inheritedtween : Boolean
Flag indicating the display objects will animate to their layout positions.
Layout3D
 InheritedtweenTime : Number
The time(ms) the display objects will take to move into positions
Layout3D
Protected Properties
 PropertyDefined By
 InheritedchildTransforms : Vector.<LayoutTransforms>
Layout3D
 InheritedchildTweens : Array
Layout3D
 Inherited_layoutTween : TimelineLite
Layout3D
Public Methods
 MethodDefined By
  
CircleLayout3D
 Inherited
killTween(child:* = null):void
Kills the tweening of the provided child.
Layout3D
  
layout(container:ObjectContainer3D):void
[override]
CircleLayout3D
 Inherited
parseCML(cml:XMLList):XMLList
[override]
Layout3D
Property Detail
radiusproperty
radius:Number

Sets the radius of the circle.


Implementation
    public function get radius():Number
    public function set radius(value:Number):void
Constructor Detail
CircleLayout3D()Constructor
public function CircleLayout3D()



Method Detail
layout()method
override public function layout(container:ObjectContainer3D):void

Parameters

container:ObjectContainer3D