This page was saved using jaction on 2006-09-04 8:33:59.
Address: http://flexdocs.kr/docs/flex2/langref/mx/effects/effectClasses/PropertyChanges.html
Title: mx.effects.effectClasses.PropertyChanges (Flex™ 2 레퍼런스 가이드)  •  Size: 21664
Packagemx.effects.effectClasses
Classpublic class PropertyChanges
InheritancePropertyChanges Inheritance Object

PropertyChanges 클래스에서는, 트란지션의 타겟 컴퍼넌트에 대해 property 일식의 개시치와 종료치를 정의합니다. PropertyChanges 클래스의 start 필드와 end 필드에는 같은 종류의 property가 포함됩니다만, 그 값은 다릅니다.

개시치와 종료치가 같은 타겟 property는 start 필드와 end 필드에는 포함되지 않습니다.

See also

mx.states.Transition


Public property
 property정의
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
  end : Object
뷰스테이트에서의 변경에 의해 변경된 target 컴퍼넌트의 종료 property를 포함한 object를 나타냅니다.
PropertyChanges
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
  start : Object
뷰스테이트에서의 변경에 의해 변경된 target 컴퍼넌트의 개시 property를 포함한 object를 나타냅니다.
PropertyChanges
  target : IUIComponent
트란지션의 타겟 컴퍼넌트를 나타냅니다.
PropertyChanges
Public Methods
 Methods정의
  PropertyChanges (target:IUIComponent )
PropertyChanges constructor    을 나타냅니다.
PropertyChanges
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedtoString ():String
지정된 object의 string 표현을 돌려줍니다.
Object
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
property의 상세
endproperty
public var end:Object

뷰스테이트에서의 변경에 의해 변경된 target 컴퍼넌트의 종료 property를 포함한 object를 나타냅니다.

예를 들어, 뷰스테이트에의 변경에 의해 이동 및 크기 변경된 target 컴퍼넌트에서는, 다음의 예와 같이 end 에 컴퍼넌트의 종료 위치 및 크기가 포함됩니다.

{ x:100, y:100, width:200, height: 200 }

startproperty 
public var start:Object

뷰스테이트에서의 변경에 의해 변경된 target 컴퍼넌트의 개시 property를 포함한 object를 나타냅니다.

예를 들어, 뷰스테이트에의 변경에 의해 이동 및 크기 변경된 target 컴퍼넌트에서는, 다음의 예와 같이 start 에 컴퍼넌트의 개시 위치 및 크기가 포함됩니다.

{ x:0, y:0, width:100, height: 100}

targetproperty 
public var target:IUIComponent

트란지션의 타겟 컴퍼넌트를 나타냅니다. PropertyChanges object의 startend 필드는, 뷰스테이트에의 변경에 의해 타겟 컴퍼넌트가 어떻게 변경되는지를 정의합니다.

constructor    의 상세
PropertyChanges()constructor   
public 함수 PropertyChanges(target:IUIComponent )

PropertyChanges constructor    을 나타냅니다.

Parameters
target:IUIComponent — effect의 타겟인 object를 나타냅니다.






 

코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트

현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/effects/effectClasses/PropertyChanges.html