| Package | jp.progression.casts.effects |
| Class | public class RotateEffect |
| Inheritance | RotateEffect EffectBase CastMovieClip ExMovieClip flash.display.MovieClip |
// RotateEffect インスタンスを作成する var cast:RotateEffect = new RotateEffect(); cast.graphics.beginFill( 0x000000 ); cast.graphics.drawRect( 0, 0, 100, 100 ); cast.graphics.endFill(); // エフェクト毎の設定を行う cast.dimension = EffectDirectionType.IN; cast.duration = 3; cast.easing = Cubic.easeInOut; // SerialList コマンドを実行する new SerialList( null, // 画面に表示する new AddChild( this, cast ), // 画面から消去する new RemoveChild( this, cast ) ).execute();
| Property | Defined by | ||
|---|---|---|---|
| ccw : Boolean
対象を反時計回りに回転させるかどうかを取得または設定します。
| RotateEffect | ||
![]() | children : Array
子ディスプレイオブジェクトが保存されている配列です。
インデックス値が断続的に指定可能であるため、getChildAt() ではなくこのプロパティを使用して子ディスプレイオブジェクト走査を行います。
この配列を操作することで元の配列を変更することはできません。
The array that saves child display objects.
| ExMovieClip | |
![]() | className : String
インスタンスのクラス名を取得します。
Indicates the instance className of the IExDisplayObject.
| ExMovieClip | |
![]() | component : IEffectComp
コンポーネントの実装として使用される場合の対象コンポーネントを取得します。
| EffectBase | |
![]() | contextMenu : ContextMenu
このオブジェクトに関連付けられたコンテキストメニューを指定します。
Specifies the context menu associated with this object.
| CastMovieClip | |
| degrees : Number
オブジェクトを回転する角度を取得または設定します。
| RotateEffect | ||
![]() | direction : String
イージングの適用方向を取得または設定します。
| EffectBase | |
![]() | duration : Number
アニメーションの継続時間を取得または設定します。
| EffectBase | |
![]() | easing : Function
アニメーションのトゥイーン効果を取得または設定します。
| EffectBase | |
![]() | executor : ExecutorObject
関連付けられている ExecutorObject インスタンスを取得します。
| CastMovieClip | |
![]() | group : String
インスタンスのグループ名を取得または設定します。
Indicates the instance group of the IExDisplayObject.
| ExMovieClip | |
![]() | id : String
インスタンスの識別子を取得または設定します。
Indicates the instance id of the IExDisplayObject.
| ExMovieClip | |
![]() | isDragging : Boolean
startDrag() メソッドを使用したドラッグ処理を行っている最中かどうかを取得します。
Returns if the drag process which uses startDrag() method is executing.
| ExMovieClip | |
![]() | isPlaying : Boolean
ムービークリップのタイムライン内で再生ヘッドの移動処理が行われているかどうかを取得します。
Returns if the movement processing of the playback head is executing in the timeline of the MovieClip.
| ExMovieClip | |
![]() | manager : Progression
関連付けられている Progression インスタンスを取得します。
| CastMovieClip | |
![]() | onCastAdded : Function
キャストオブジェクトが CastEvent.CAST_ADDED イベントを受け取った場合に呼び出されるイベントハンドラメソッドを取得または設定します。
このイベント処理の実行中には、ExecutorObject を使用した非同期処理が行えます。
| CastMovieClip | |
![]() | onCastRemoved : Function
キャストオブジェクトが CastEvent.CAST_REMOVED イベントを受け取った場合に呼び出されるイベントハンドラメソッドを取得または設定します。
このイベント処理の実行中には、ExecutorObject を使用した非同期処理が行えます。
| CastMovieClip | |
| parameters : Object | RotateEffect | ||
![]() | self : CastMovieClip
自身の参照を取得します。
| CastMovieClip | |
![]() | toolTip : IToolTip
関連付けられている IToolTip インスタンスを取得します。
| CastMovieClip | |
![]() | useChildIndexer : Boolean | ExMovieClip | |
| Method | Defined by | ||
|---|---|---|---|
|
RotateEffect(initObject:Object = null)
新しい RotateEffect インスタンスを作成します。
Creates a new RotateEffect object.
| RotateEffect | ||
![]() |
addChild(child:DisplayObject):DisplayObject
この DisplayObjectContainer インスタンスに子 DisplayObject インスタンスを追加します。
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
| ExMovieClip | |
![]() |
addChildAt(child:DisplayObject, index:int):DisplayObject
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
| ExMovieClip | |
![]() |
addChildAtAbove(child:DisplayObject, index:int):DisplayObject
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
| ExMovieClip | |
![]() |
addCommand(... commands):void
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。
追加された Command インスタンスは、イベントが送出される直前に自動的に初期化されます。
このメソッドを使用するためには executor プロパティに CommandExecutor が実装されている必要があります。
| CastMovieClip | |
![]() |
clearCommand(completely:Boolean = false):void
登録されている Command インスタンスを削除します。
このメソッドを使用するためには executor プロパティに CommandExecutor が実装されている必要があります。
| CastMovieClip | |
![]() |
dispose():void
保持しているデータを解放します。
| CastMovieClip | |
![]() |
getChildAt(index:int):DisplayObject
指定のインデックス位置にある子表示オブジェクトオブジェクトを返します。
Returns the child display object instance that exists at the specified index.
| ExMovieClip | |
![]() |
getChildIndex(child:DisplayObject):int
子 DisplayObject インスタンスのインデックス位置を返します。
Returns the index position of a child DisplayObject instance.
| ExMovieClip | |
![]() |
gotoAndPlay(frame:Object, scenes:String = null):void
指定されたフレームで SWF ファイルの再生を開始します。
Start the playback of the SWF file with the specified frame.
| ExMovieClip | |
![]() |
gotoAndStop(frame:Object, scenes:String = null):void
このムービークリップの指定されたフレームに再生ヘッドを送り、そこで停止させます。
Set the palyback head to the specified frame of the MovieClip and stop at that point.
| ExMovieClip | |
![]() |
insertCommand(... commands):void
特定のイベントが送出された際に、自動実行させたい Command インスタンスをすでにリストに登録され、実行中の Command インスタンスの次の位置に追加します。
追加された Command インスタンスは、イベントが送出される直前に自動的に初期化されます。
このメソッドを使用するためには executor プロパティに CommandExecutor が実装されている必要があります。
| CastMovieClip | |
![]() |
nextFrame():void
次のフレームに再生ヘッドを送り、停止します。
Move the playback head to the next frame and stop at that point.
| ExMovieClip | |
![]() |
play():void
ムービークリップのタイムライン内で再生ヘッドを移動します。
Moves the playback head in the timeline of the MovieClip.
| ExMovieClip | |
![]() |
prevFrame():void
直前のフレームに再生ヘッドを戻し、停止します。
Move the playback head to the previous frame and stop at that point.
| ExMovieClip | |
![]() |
removeAllChildren():void
DisplayObjectContainer に追加されている全ての子 DisplayObject インスタンスを削除します。
Remove the whole child DisplayObject instance which added to the DisplayObjectContainer.
| ExMovieClip | |
![]() |
removeChild(child:DisplayObject):DisplayObject
DisplayObjectContainer インスタンスの子リストから指定の DisplayObject インスタンスを削除します。
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance.
| ExMovieClip | |
![]() |
removeChildAt(index:int):DisplayObject
DisplayObjectContainer の子リストの指定されたインデックス位置から子 DisplayObject インスタンスを削除します。
Removes a child DisplayObject from the specified index position in the child list of the DisplayObjectContainer.
| ExMovieClip | |
![]() |
setChildIndex(child:DisplayObject, index:int):void
表示オブジェクトコンテナの既存の子の位置を変更します。
Changes the position of an existing child in the display object container.
| ExMovieClip | |
![]() |
setChildIndexAbove(child:DisplayObject, index:int):void
表示オブジェクトコンテナの既存の子の位置を変更します。
Changes the position of an existing child in the display object container.
| ExMovieClip | |
![]() |
setProperties(parameters:Object):DisplayObject
インスタンスに対して、複数のプロパティを一括設定します。
Setup the several instance properties.
| ExMovieClip | |
![]() |
startDrag(lockCenter:Boolean = false, bounds:Rectangle = null):void
指定されたスプライトをユーザーがドラッグできるようにします。
Allow the user to drag the specified sprite.
| ExMovieClip | |
![]() |
stop():void
ムービークリップ内の再生ヘッドを停止します。
Stops the playback head in the MovieClip.
| ExMovieClip | |
![]() |
stopDrag():void
startDrag() メソッドを終了します。
Ends the startDrag() method.
| ExMovieClip | |
![]() |
swapChildren(child1:DisplayObject, child2:DisplayObject):void
指定された 2 つの子オブジェクトの z 順序(重ね順)を入れ替えます。
Swaps the z-order (front-to-back order) of the two specified child objects.
| ExMovieClip | |
![]() |
swapChildrenAt(index1:int, index2:int):void
子リスト内の指定されたインデックス位置に該当する 2 つの子オブジェクトの z 順序(重ね順)を入れ替えます。
Swaps the z-order (front-to-back order) of the child objects at the two specified index positions in the child list.
| ExMovieClip | |
![]() |
switchAtPlaying():void
ムービークリップの再生状態に応じて、再生もしくは停止します。
Playback or stops according to the playback state of the MovieClip.
| ExMovieClip | |
|
toString():String
指定されたオブジェクトのストリング表現を返します。
Returns the string representation of the specified object.
| RotateEffect | ||
![]() |
updateManager():Boolean
マネージャーオブジェクトとの関連付けを更新します。
| CastMovieClip | |
| ccw | property |
ccw:Boolean [read-write]対象を反時計回りに回転させるかどうかを取得または設定します。
Implementation public function get ccw():Boolean
public function set ccw(value:Boolean):void
| degrees | property |
degrees:Number [read-write]オブジェクトを回転する角度を取得または設定します。
Implementation public function get degrees():Number
public function set degrees(value:Number):void
| parameters | property |
parameters:Object [read-write]Implementation
public function get parameters():Object
public function set parameters(value:Object):void
| RotateEffect | () | constructor |
public function RotateEffect(initObject:Object = null)新しい RotateEffect インスタンスを作成します。 Creates a new RotateEffect object.
ParametersinitObject:Object (default = null) — 設定したいプロパティを含んだオブジェクトです。
|
| toString | () | method |
public override function toString():String指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.
ReturnsString — オブジェクトのストリング表現です。
A string representation of the object.
|