Packageorg.apache.flex.core
Interfacepublic interface IBeadTransform extends IBead
Implementors TransformBead

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

The IBeadTransform interface is the basic interface for the container views that transform drawable objects that implement ITransformHost



Public Properties
 PropertyDefined By
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead
Public Methods
 MethodDefined By
  
transform():void
Transform the ITransformHost.
IBeadTransform
Method Detail
transform()method
public function transform():void

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

Transform the ITransformHost. The implementor of this method should have concrete knowledge of ITransformHost implementor.