Packageorg.apache.flex.svg
Classpublic class TransformBead
InheritanceTransformBead Inheritance Object
Implements IBeadTransform



Public Properties
 PropertyDefined By
  host : ITransformHost
[read-only] The host component.
TransformBead
  strand : IStrand
[write-only] The host component for this bead.
TransformBead
  transformModel : ITransformModel
[read-only]
TransformBead
Public Methods
 MethodDefined By
  
TransformBead
  
transform():void
TransformBead
Property Detail
hostproperty
host:ITransformHost  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component.


Implementation
    public function get host():ITransformHost
strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
transformModelproperty 
transformModel:ITransformModel  [read-only]


Implementation
    public function get transformModel():ITransformModel
Constructor Detail
TransformBead()Constructor
public function TransformBead()



Method Detail
transform()method
public function transform():void