Package | org.apache.flex.svg |
Class | public class TransformBead |
Inheritance | TransformBead ![]() |
Implements | IBeadTransform |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
TransformBead | |||
transform():void | TransformBead |
host | property |
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.
public function get host():ITransformHost
strand | property |
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.
public function set strand(value:IStrand):void
transformModel | property |
transformModel:ITransformModel
[read-only] public function get transformModel():ITransformModel
TransformBead | () | Constructor |
public function TransformBead()
transform | () | method |
public function transform():void