| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
기타 예제
| 속성 | 정의 주체 | ||
|---|---|---|---|
![]()  | accessibilityProperties : AccessibilityProperties 
     이 표시 객체의 현재 액세스 가능성 옵션입니다.  | DisplayObject | |
![]()  | alpha : Number 
     지정된 객체의 알파 투명도 값을 나타냅니다.  | DisplayObject | |
![]()  | blendMode : String 
     사용할 블렌드 모드를 지정하는 BlendMode 클래스 값입니다.  | DisplayObject | |
![]()  | blendShader : Shader [쓰기 전용] 
     전경 및 배경을 블렌딩하는 데 사용되는 셰이더를 설정합니다.  | DisplayObject | |
![]()  | cacheAsBitmap : Boolean 
     true로 설정된 경우 Flash 런타임은 표시 객체의 내부 비트맵 표현을 캐시합니다.  | DisplayObject | |
![]()  |     cacheAsBitmapMatrix : Matrix 
     null이 아닌 경우 이 Matrix 객체는 cacheAsBitmap이 true로 설정될 때 표시 객체가 렌더링되는 방법을 정의합니다.  | DisplayObject | |
![]()  | constructor : Object 
	 지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다.  | Object | |
![]()  | filters : Array 
     현재 표시 객체와 연관된 각 필터 객체가 들어 있는 인덱싱된 배열입니다.  | DisplayObject | |
![]()  | graphics : Graphics [읽기 전용] 
     벡터 드로잉 명령을 내릴 수 있는 이 Shape 객체에 속한 Graphics 객체를 지정합니다.  | Shape | |
![]()  | height : Number 
     표시 객체의 높이를 픽셀 단위로 나타냅니다.  | DisplayObject | |
| initialized : Boolean 
      A flag that determines if an object has been through all three phases
      of layout: commitment, measurement, and layout (provided that any were required).  | ProgrammaticSkin | ||
![]()  | loaderInfo : LoaderInfo [읽기 전용] 
     이 표시 객체가 속한 파일의 로딩 정보가 포함된 LoaderInfo 객체를 반환합니다.  | DisplayObject | |
![]()  | mask : DisplayObject 
     호출하는 표시 객체는 지정된 mask 객체에 의해 마스크 처리됩니다.  | DisplayObject | |
| measuredHeight : Number [읽기 전용] 
	  The measured height of this object.  | ProgrammaticSkin | ||
| measuredWidth : Number [읽기 전용] 
	  The measured width of this object.  | ProgrammaticSkin | ||
![]()  | metaData : Object 
     PlaceObject4 태그를 통해 SWF 파일에 해당 DisplayObject의 인스턴스와 함께 메타데이터가 저장된 경우 DisplayObject 인스턴스의 메타데이터 객체를 가져옵니다.  | DisplayObject | |
![]()  | mouseX : Number [읽기 전용] 
     마우스 또는 사용자 입력 장치 위치의 x 좌표를 픽셀로 나타냅니다.   | DisplayObject | |
![]()  | mouseY : Number [읽기 전용] 
     마우스 또는 사용자 입력 장치 위치의 y 좌표를 픽셀로 나타냅니다.   | DisplayObject | |
![]()  | name : String 
     DisplayObject의 인스턴스 이름을 나타냅니다.  | DisplayObject | |
| nestLevel : int 
      Depth of this object in the containment hierarchy.  | ProgrammaticSkin | ||
![]()  | opaqueBackground : Object 
     표시 객체를 특정 배경색으로 불투명하게 처리할지 여부를 지정합니다.  | DisplayObject | |
![]()  | parent : DisplayObjectContainer [읽기 전용] 
     이 표시 객체가 포함된 DisplayObjectContainer 객체를 나타냅니다.  | DisplayObject | |
| processedDescriptors : Boolean 
      Set to true after immediate or deferred child creation,
      depending on which one happens.  | ProgrammaticSkin | ||
![]()  | root : DisplayObject [읽기 전용] 
     로드된 SWF 파일에 있는 표시 객체의 경우, 해당 SWF 파일이 나타내는 표시 목록의 트리 구조 부분에서 맨 위에 위치하는 표시 객체가 루트 속성이 됩니다.  | DisplayObject | |
![]()  | rotation : Number 
     DisplayObject 인스턴스가 원점으로부터 회전한 각도입니다.  | DisplayObject | |
![]()  | rotationX : Number 
     DisplayObject 인스턴스가 3D parent 컨테이너를 기준으로 원점으로부터 x축 회전한 각도를 나타냅니다.  | DisplayObject | |
![]()  | rotationY : Number 
     DisplayObject 인스턴스가 3D parent 컨테이너를 기준으로 원점으로부터 y축 회전한 각도를 나타냅니다.  | DisplayObject | |
![]()  | rotationZ : Number 
     DisplayObject 인스턴스가 3D parent 컨테이너를 기준으로 원점으로부터 z축 회전한 각도를 나타냅니다.  | DisplayObject | |
![]()  | scale9Grid : Rectangle 
     현재 적용 중인 크기 조절 격자입니다.  | DisplayObject | |
![]()  | scaleX : Number 
     등록 포인트에서 적용된 객체의 가로 크기(백분율)를 나타냅니다.  | DisplayObject | |
![]()  | scaleY : Number 
     객체의 등록 포인트에서 적용된 객체의 세로 크기(백분율)를 나타냅니다.  | DisplayObject | |
![]()  | scaleZ : Number 
     객체의 등록 포인트에서 적용된 객체의 깊이 크기(백분율)를 나타냅니다.  | DisplayObject | |
![]()  | scrollRect : Rectangle 
     표시 객체의 스크롤 사각형 경계입니다.  | DisplayObject | |
![]()  | stage : Stage [읽기 전용] 
     표시 객체의 Stage입니다.  | DisplayObject | |
| styleName : Object 
      A parent component used to obtain style values.  | ProgrammaticSkin | ||
![]()  | transform : flash.geom:Transform 
    표시 객체의 행렬, 색상 변환 및 픽셀 경계와 관련된 속성을 가진 객체입니다.  | DisplayObject | |
| updateCompletePendingFlag : Boolean 
	  A flag that determines if an object has been through all three phases
	  of layout validation (provided that any were required).  | ProgrammaticSkin | ||
![]()  | visible : Boolean 
     표시 객체가 표시되는지 여부를 나타냅니다.  | DisplayObject | |
![]()  | width : Number 
     표시 객체의 폭을 픽셀 단위로 나타냅니다.  | DisplayObject | |
![]()  | x : Number 
     부모 DisplayObjectContainer의 로컬 좌표를 기준으로 DisplayObject 인스턴스의 x 좌표를 나타냅니다.  | DisplayObject | |
![]()  | y : Number 
     부모 DisplayObjectContainer의 로컬 좌표를 기준으로 DisplayObject 인스턴스의 y 좌표를 나타냅니다.  | DisplayObject | |
![]()  | z : Number 
     3D parent 컨테이너를 기준으로 DisplayObject 인스턴스의 z축에 있는 z 좌표 위치를 나타냅니다.  | DisplayObject | |
| 메서드 | 정의 주체 | ||
|---|---|---|---|
	  Constructor.  | ProgrammaticSkin | ||
![]()  | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void 
	리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다.  | EventDispatcher | |
![]()  | 
	이벤트를 이벤트 흐름으로 전달합니다.  | EventDispatcher | |
![]()  | 
     targetCoordinateSpace 객체의 좌표계를 기준으로 표시 객체의 영역을 정의하는 사각형을 반환합니다.  | DisplayObject | |
![]()  | 
    대상 좌표 공간 매개 변수에 의해 정의되는 좌표계를 기준으로 모양의 획을 제외하고 표시 객체의 경계를 정의하는 사각형을 반환합니다.  | DisplayObject | |
      Returns the value of the specified style property.  | ProgrammaticSkin | ||
![]()  | 
     Point 객체를 Stage 전역 좌표에서 표시 객체의 로컬 좌표로 변환합니다.  | DisplayObject | |
![]()  | 
     Stage(전역) 좌표의 2차원 점을 3차원 표시 객체(로컬) 좌표로 변환합니다.  | DisplayObject | |
![]()  | 
	EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다.  | EventDispatcher | |
![]()  | 
	 지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다.  | Object | |
![]()  | 
     표시 객체의 경계 상자를 평가하여 obj 표시 객체의 경계 상자와 겹치거나 교차하는지 확인합니다.  | DisplayObject | |
![]()  | 
     표시 객체를 평가하여 x 및 y 매개 변수에 의해 지정된 점과 겹치거나 교차하는지 확인합니다.  | DisplayObject | |
      Marks a component so that its updateDisplayList()
      method gets called during a later screen update.  | ProgrammaticSkin | ||
	  
	  Calling this method results in a call to the component's
	  validateProperties() method
	  before the display list is rendered.  | ProgrammaticSkin | ||
	  
	  Calling this method results in a call to the component's
	  validateSize() method
	  before the display list is rendered.  | ProgrammaticSkin | ||
![]()  | 
	 Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다.  | Object | |
![]()  | 
     3차원 표시 객체의 로컬 좌표에 있는 3차원 점을 Stage 전역 좌표의 2차원 점으로 변환합니다.  | DisplayObject | |
![]()  | 
     Point 객체를 표시 객체의 로컬 좌표에서 Stage 전역 좌표로 변환합니다.  | DisplayObject | |
	  Moves this object to the specified x and y coordinates.  | ProgrammaticSkin | ||
![]()  | 
	 지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다.  | Object | |
![]()  | 
	EventDispatcher 객체에서 리스너를 제거합니다.  | EventDispatcher | |
	  Sets the height and width of this object.  | ProgrammaticSkin | ||
![]()  | 
     루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다.  | Object | |
	  Whenever any style changes, redraw this skin.  | ProgrammaticSkin | ||
![]()  | 
	 로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다.  | Object | |
![]()  | [재정의] 
	  Returns a string indicating the location of this object
	  within the hierarchy of DisplayObjects in the Application.  | FlexShape | |
	  This function is called by the LayoutManager
	  when it's time for this control to draw itself.  | ProgrammaticSkin | ||
	  Validate and update the properties and layout of this object
	  and redraw it, if necessary.  | ProgrammaticSkin | ||
	  This function is an empty stub so that ProgrammaticSkin
	  can implement the ILayoutManagerClient  interface.  | ProgrammaticSkin | ||
	  This function is an empty stub so that ProgrammaticSkin
	  can implement the ILayoutManagerClient  interface.  | ProgrammaticSkin | ||
![]()  | 
	 지정된 객체의 프리미티브 값을 반환합니다.  | Object | |
![]()  | 
	이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다.  | EventDispatcher | |
| 메서드 | 정의 주체 | ||
|---|---|---|---|
drawRoundRect(x:Number, y:Number, width:Number, height:Number, cornerRadius:Object = null, color:Object = null, alpha:Object = null, gradientMatrix:Matrix = null, gradientType:String = "linear", gradientRatios:Array = null, hole:Object = null):void 
	  Programatically draws a rectangle into this skin's Graphics object.  | ProgrammaticSkin | ||
	  Utility function to create a horizontal gradient matrix.  | ProgrammaticSkin | ||
	  Utility function to create a rotated gradient matrix.  | ProgrammaticSkin | ||
	  Programmatically draws the graphics for this skin.  | ProgrammaticSkin | ||
	  Utility function to create a vertical gradient matrix.  | ProgrammaticSkin | ||
initialized | 속성 | 
initialized:Boolean| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
A flag that determines if an object has been through all three phases of layout: commitment, measurement, and layout (provided that any were required).
구현
    public function get initialized():Boolean    public function set initialized(value:Boolean):voidmeasuredHeight | 속성 | 
measuredWidth | 속성 | 
nestLevel | 속성 | 
nestLevel:int| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Depth of this object in the containment hierarchy. This number is used by the measurement and layout code. The value is 0 if this component is not on the DisplayList.
구현
    public function get nestLevel():int    public function set nestLevel(value:int):voidprocessedDescriptors | 속성 | 
processedDescriptors:Boolean| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
      Set to true after immediate or deferred child creation,
      depending on which one happens. For a Container object, it is set
      to true at the end of
      the createComponentsFromDescriptors() method,
      meaning after the Container object creates its children from its child descriptors.
     
      
For example, if an Accordion container uses deferred instantiation,
      the processedDescriptors property for the second pane of
      the Accordion container does not become true until after
      the user navigates to that pane and the pane creates its children.
      But, if the Accordion had set the creationPolicy property
      to "all", the processedDescriptors property
      for its second pane is set to true during application startup.
For classes that are not containers, which do not have descriptors,
      it is set to true after the createChildren()
      method creates any internal component children.
구현
    public function get processedDescriptors():Boolean    public function set processedDescriptors(value:Boolean):voidstyleName | 속성 | 
updateCompletePendingFlag | 속성 | 
updateCompletePendingFlag:Boolean| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
A flag that determines if an object has been through all three phases of layout validation (provided that any were required).
구현
    public function get updateCompletePendingFlag():Boolean    public function set updateCompletePendingFlag(value:Boolean):voidProgrammaticSkin | () | 생성자 | 
public function ProgrammaticSkin()| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Constructor.
drawRoundRect | () | 메서드 | 
 protected function drawRoundRect(x:Number, y:Number, width:Number, height:Number, cornerRadius:Object = null, color:Object = null, alpha:Object = null, gradientMatrix:Matrix = null, gradientType:String = "linear", gradientRatios:Array = null, hole:Object = null):void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Programatically draws a rectangle into this skin's Graphics object.
The rectangle can have rounded corners. Its edges are stroked with the current line style of the Graphics object. It can have a solid color fill, a gradient fill, or no fill. A solid fill can have an alpha transparency. A gradient fill can be linear or radial. You can specify up to 15 colors and alpha values at specified points along the gradient, and you can specify a rotation angle or transformation matrix for the gradient. Finally, the rectangle can have a rounded rectangular hole carved out of it.
This versatile rectangle-drawing routine is used by many skins.
	  It calls the drawRect() or
	  drawRoundRect()
	  methods (in the flash.display.Graphics class) to draw into this
	  skin's Graphics object.
매개 변수
x:Number — Horizontal position of upper-left corner
	  of rectangle within this skin.
	 
	  | |
y:Number — Vertical position of upper-left corner
	  of rectangle within this skin.
	 
	  | |
width:Number — Width of rectangle, in pixels.
	 
	  | |
height:Number — Height of rectangle, in pixels.
	 
	  | |
cornerRadius:Object (default = null) — Corner radius/radii of rectangle.
	  Can be null, a Number, or an Object.
	  If it is null, it specifies that the corners should be square
	  rather than rounded.
	  If it is a Number, it specifies the same radius, in pixels,
	  for all four corners.
	  If it is an Object, it should have properties named
	  tl, tr, bl, and
	  br, whose values are Numbers specifying
	  the radius, in pixels, for the top left, top right,
	  bottom left, and bottom right corners.
	  For example, you can pass a plain Object such as
	  { tl: 5, tr: 5, bl: 0, br: 0 }.
	  The default value is null (square corners).
	 
	  | |
color:Object (default = null) — The RGB color(s) for the fill.
	  Can be null, a uint, or an Array.
	  If it is null, the rectangle not filled.
	  If it is a uint, it specifies an RGB fill color.
	  For example, pass 0xFF0000 to fill with red.
	  If it is an Array, it should contain uints
	  specifying the gradient colors.
	  For example, pass [ 0xFF0000, 0xFFFF00, 0x0000FF ]
	  to fill with a red-to-yellow-to-blue gradient.
	  You can specify up to 15 colors in the gradient.
	  The default value is null (no fill).
	 
	  | |
alpha:Object (default = null) — Alpha value(s) for the fill.
	  Can be null, a Number, or an Array.
	  This argument is ignored if color is null.
	  If color is a uint specifying an RGB fill color,
	  then alpha should be a Number specifying
	  the transparency of the fill, where 0.0 is completely transparent
	  and 1.0 is completely opaque.
	  You can also pass null instead of 1.0 in this case
	  to specify complete opaqueness.
	  If color is an Array specifying gradient colors,
	  then alpha should be an Array of Numbers, of the
	  same length, that specifies the corresponding alpha values
	  for the gradient.
	  In this case, the default value is null (completely opaque).
	 
       | |
gradientMatrix:Matrix (default = null) — Matrix object used for the gradient fill. 
      The utility methods horizontalGradientMatrix(), 
      verticalGradientMatrix(), and
      rotatedGradientMatrix() can be used to create the value for 
      this parameter.
	 
	  | |
gradientType:String (default = "linear") — Type of gradient fill. The possible values are
	  GradientType.LINEAR or GradientType.RADIAL.
	  (The GradientType class is in the package flash.display.)
	 
	  | |
gradientRatios:Array (default = null) — (optional default [0,255])
	  Specifies the distribution of colors. The number of entries must match
	  the number of colors defined in the color parameter.
	  Each value defines the percentage of the width where the color is 
	  sampled at 100%. The value 0 represents the left-hand position in 
	  the gradient box, and 255 represents the right-hand position in the 
	  gradient box. 
	 
	  | |
hole:Object (default = null) — (optional) A rounded rectangular hole
	  that should be carved out of the middle
	  of the otherwise solid rounded rectangle
	  { x: #, y: #, w: #, h: #, r: # or { br: #, bl: #, tl: #, tr: # } }
	 
	   | 
관련 API 요소
getStyle | () | 메서드 | 
 public function getStyle(styleProp:String):*| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Returns the value of the specified style property.
매개 변수
styleProp:String — Name of the style property.
     
       | 
* — The style value. This can be any type of object that style properties can be, such as 
      int, Number, String, etc.
      
       | 
horizontalGradientMatrix | () | 메서드 | 
 protected function horizontalGradientMatrix(x:Number, y:Number, width:Number, height:Number):Matrix| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Utility function to create a horizontal gradient matrix.
매개 변수
x:Number — The left edge of the gradient.
	 
	   | |
y:Number — The top edge of the gradient.
	 
	   | |
width:Number — The width of the gradient.
	 
	   | |
height:Number — The height of the gradient.
	 
	   | 
Matrix — The horizontal gradient matrix. This is a temporary
	  object that should only be used for a single subsequent call
	  to the drawRoundRect() method.
	  
	   | 
invalidateDisplayList | () | 메서드 | 
 public function invalidateDisplayList():void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
      Marks a component so that its updateDisplayList()
      method gets called during a later screen update.
     
      
Invalidation is a useful mechanism for eliminating duplicate work by delaying processing of changes to a component until a later screen update. For example, if you want to change the width and height, it would be wasteful to update the component immediately after you change the width and then update again with the new height. It is more efficient to change both properties and then render the component with its new size once.
Invalidation methods rarely get called. In general, setting a property on a component automatically calls the appropriate invalidation method.
invalidateProperties | () | 메서드 | 
 public function invalidateProperties():void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
	  
	  Calling this method results in a call to the component's
	  validateProperties() method
	  before the display list is rendered.
	 
	  
For components that extend UIComponent, this implies
	  that commitProperties() is called.
invalidateSize | () | 메서드 | 
 public function invalidateSize():void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
	  
	  Calling this method results in a call to the component's
	  validateSize() method
	  before the display list is rendered.
	 
	  
For components that extend UIComponent, this implies
	  that measure() is called, unless the component
	  has both explicitWidth and explicitHeight
	  set.
move | () | 메서드 | 
rotatedGradientMatrix | () | 메서드 | 
 protected function rotatedGradientMatrix(x:Number, y:Number, width:Number, height:Number, rotation:Number):Matrix| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Utility function to create a rotated gradient matrix.
매개 변수
x:Number — The left edge of the gradient.
	 
	   | |
y:Number — The top edge of the gradient.
	 
	   | |
width:Number — The width of the gradient.
	 
	   | |
height:Number — The height of the gradient.
	 
	   | |
rotation:Number — The amount to rotate, in degrees.
	 
	   | 
Matrix — The horizontal gradient matrix. This is a temporary
	  object that should only be used for a single subsequent call
	  to the drawRoundRect() method.
	  
	   | 
setActualSize | () | 메서드 | 
styleChanged | () | 메서드 | 
 public function styleChanged(styleProp:String):void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Whenever any style changes, redraw this skin. Subclasses can override this method and perform a more specific test before calling invalidateDisplayList().
매개 변수
styleProp:String — The name of the style property that changed, or null
	  if all styles have changed.
	  
	   | 
updateDisplayList | () | 메서드 | 
 protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Programmatically draws the graphics for this skin.
Subclasses should override this method and include calls
	  to methods such as graphics.moveTo() and
	  graphics.lineTo().
This occurs before any scaling from sources such as user code or zoom effects. The component is unaware of the scaling that takes place later.
매개 변수
unscaledWidth:Number —   The width, in pixels, of this object before any scaling.
	 
           | |
unscaledHeight:Number —   The height, in pixels, of this object before any scaling.
	  
	   | 
기타 예제
validateDisplayList | () | 메서드 | 
 public function validateDisplayList():void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
	  This function is called by the LayoutManager
	  when it's time for this control to draw itself.
	  The actual drawing happens in the updateDisplayList
	  function, which is called by this function.
	  
	  
validateNow | () | 메서드 | 
 public function validateNow():void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Validate and update the properties and layout of this object and redraw it, if necessary.
validateProperties | () | 메서드 | 
 public function validateProperties():void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
	  This function is an empty stub so that ProgrammaticSkin
	  can implement the ILayoutManagerClient  interface.
	  Skins do not call LayoutManager.invalidateProperties(), 
	  which would normally trigger a call to this method.
	  
	  
validateSize | () | 메서드 | 
 public function validateSize(recursive:Boolean = false):void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
	  This function is an empty stub so that ProgrammaticSkin
	  can implement the ILayoutManagerClient  interface.
	  Skins do not call LayoutManager.invalidateSize(), 
	  which would normally trigger a call to this method.
         
     	  
매개 변수
recursive:Boolean (default = false) — Determines whether children of this skin are validated. 
	  
	   | 
verticalGradientMatrix | () | 메서드 | 
 protected function verticalGradientMatrix(x:Number, y:Number, width:Number, height:Number):Matrix| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Flex 3 | 
| 런타임 버전: | Flash Player 9, AIR 1.1 | 
Utility function to create a vertical gradient matrix.
매개 변수
x:Number — The left edge of the gradient.
	 
	   | |
y:Number — The top edge of the gradient.
	 
	   | |
width:Number — The width of the gradient.
	 
	   | |
height:Number — The height of the gradient.
	 
	   | 
Matrix — The horizontal gradient matrix. This is a temporary
	  object that should only be used for a single subsequent call
	  to the drawRoundRect() method.
	  
	   | 
Tue Jun 12 2018, 03:17 PM Z
 
 상속되는 공용 속성 숨기기
 상속되는 공용 속성 표시