기호   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
G — 상수 정적 속성, 클래스 flash.ui.Keyboard
G 키의 키 코드 값(71)에 연결된 상수입니다.
gain — 속성, 클래스 flash.media.Microphone
마이크 게인(마이크가 신호를 전송하기 전에 증폭하는 양)입니다.
gc() — 정적 메서드 , 클래스 flash.system.System
가비지 컬렉션 프로세스를 실행합니다.
generalClipboard — 정적 속성, 클래스 flash.desktop.Clipboard
운영 체제 클립보드입니다.
generateFilterRect(sourceRect:flash.geom:Rectangle, filter:flash.filters:BitmapFilter) — 메서드, 클래스 flash.display.BitmapData
지정된 BitmapData 객체와 소스 사각형 및 필터 객체를 기준으로 applyFilter() 메서드 호출이 적용될 대상 사각형을 결정합니다.
genre — 속성, 클래스 flash.media.ID3Info
노래의 장르로, ID3 2.0 태그 TCON에 해당합니다.
get — 명령문
속성처럼 읽을 수 있는 메서드인 getter를 정의합니다.
GET — 상수 정적 속성, 클래스 flash.net.URLRequestMethod
URLRequest 객체가 GET임을 지정합니다.
getActions(name:String) — 정적 메서드 , 클래스 adobe.utils.CustomActions
사용자 정의 액션에 대한 XML 정의 파일인 name의 내용을 읽습니다.
getArmatureAt(index:int) — 정적 메서드 , 클래스 fl.ik.IKManager
지정된 인덱스의 뼈대를 반환합니다.
getArmatureByName(name:String) — 정적 메서드 , 클래스 fl.ik.IKManager
지정된 이름의 뼈대를 반환합니다.
getAtomBidiLevel(atomIndex:int) — 메서드, 클래스 flash.text.engine.TextLine
지정된 인덱스에 있는 아톰의 양방향 수준을 가져옵니다.
getAtomBounds(atomIndex:int) — 메서드, 클래스 flash.text.engine.TextLine
텍스트 행을 기준으로 지정된 인덱스에 있는 아톰의 경계를 가져옵니다.
getAtomCenter(atomIndex:int) — 메서드, 클래스 flash.text.engine.TextLine
지정된 인덱스에 있는 기준선을 따라 측정된 아톰의 중심을 가져옵니다.
getAtomGraphic(atomIndex:int) — 메서드, 클래스 flash.text.engine.TextLine
지정된 인덱스에 있는 아톰의 그래픽을 가져오거나 아톰이 문자인 경우 null을 가져옵니다.
getAtomIndexAtCharIndex(charIndex:int) — 메서드, 클래스 flash.text.engine.TextLine
charIndex 매개 변수로 지정한 문자를 포함하는 아톰의 인덱스를 반환하거나 해당 문자가 행의 어떠한 아톰에도 포함되지 않는 경우 -1을 반환합니다.
getAtomIndexAtPoint(stageX:Number, stageY:Number) — 메서드, 클래스 flash.text.engine.TextLine
x 및 y 매개 변수에 의해 지정된 점에 있는 아톰의 인덱스를 반환하거나 해당 점에 아톰이 없는 경우 -1을 반환합니다.
getAtomTextBlockBeginIndex(atomIndex:int) — 메서드, 클래스 flash.text.engine.TextLine
지정된 인덱스에 있는 아톰의 텍스트 블록 시작 인덱스를 가져옵니다.
getAtomTextBlockEndIndex(atomIndex:int) — 메서드, 클래스 flash.text.engine.TextLine
지정된 인덱스에 있는 아톰의 텍스트 블록 끝 인덱스를 가져옵니다.
getAtomTextRotation(atomIndex:int) — 메서드, 클래스 flash.text.engine.TextLine
지정된 인덱스에 있는 아톰의 회전을 가져옵니다.
getAtomWordBoundaryOnLeft(atomIndex:int) — 메서드, 클래스 flash.text.engine.TextLine
지정된 인덱스에 있는 아톰의 왼쪽에 단어 경계를 설정할지 여부를 지정합니다.
getBaselinePosition(baseline:String) — 메서드, 클래스 flash.text.engine.TextLine
TextBlock.baselineZero를 기준으로 지정된 기준선의 위치를 가져옵니다.
getBoneByName(targetName:String) — 메서드, 클래스 fl.ik.IKArmature
지정된 뼈를 반환합니다.
getBounds(targetCoordinateSpace:flash.display:DisplayObject) — 메서드, 클래스 flash.display.DisplayObject
targetCoordinateSpace 객체의 좌표계를 기준으로 표시 객체의 영역을 정의하는 사각형을 반환합니다.
getCamera(name:String) — 정적 메서드 , 클래스 flash.media.Camera
비디오를 캡처하는 Camera 객체의 참조를 반환합니다.
getCaptionsAsArray() — 메서드, 클래스 fl.video.FLVPlaybackCaptioning
캡션이 들어 있는 FLVPlayback 구성 요소 큐 포인트 배열을 반환합니다.
getCaptionsAsTranscript(preserveFormatting:Boolean) — 메서드, 클래스 fl.video.FLVPlaybackCaptioning
HTML 형식 사본과 같은 모든 캡션이 들어 있는 문자열을 반환합니다.
getCellRendererAt(row:uint, column:uint) — 메서드, 클래스 fl.controls.DataGrid
DataGrid의 지정된 위치에서 셀 렌더러 인스턴스를 가져옵니다.
getCharBoundaries(charIndex:int) — 메서드, 클래스 flash.text.TextField
문자의 경계 상자인 사각형을 반환합니다.
getCharIndexAtPoint(x:Number, y:Number) — 메서드, 클래스 flash.text.TextField
x 및 y 매개 변수로 지정된 점에 있는 문자의 인덱스 값(0부터 시작)을 반환합니다.
getChildAt(iChild:int) — 메서드, 클래스 fl.ik.IKJoint
지정된 인덱스 값의 자식 IKJoint 객체를 반환합니다.
getChildAt(index:int) — 메서드, 클래스 flash.display.DisplayObjectContainer
지정된 인덱스에 존재하는 자식 표시 객체 인스턴스를 반환합니다.
getChildByName(name:String) — 메서드, 클래스 flash.display.DisplayObjectContainer
지정된 이름을 가진 자식 표시 객체를 반환합니다.
getChildIndex(child:fl.ik:IKJoint) — 메서드, 클래스 fl.ik.IKJoint
지정된 IKJoint 객체의 인덱스 값을 반환합니다.
getChildIndex(child:flash.display:DisplayObject) — 메서드, 클래스 flash.display.DisplayObjectContainer
자식 DisplayObject 인스턴스의 인덱스 위치를 반환합니다.
getClassByAlias(aliasName:String) — 패키지 함수, flash.net
registerClassAlias() 메서드에 대한 호출을 통해 앨리어스를 등록한 적이 있는 클래스를 찾습니다.
getColorBoundsRect(mask:uint, color:uint, findColor:Boolean) — 메서드, 클래스 flash.display.BitmapData
사각형 영역이 비트맵 이미지 내에서 지정된 색상의 모든 픽셀을 포함할지(findColor 매개 변수가 true로 설정된 경우) 또는 지정된 색상을 제외한 모든 픽셀을 포함할지(findColor 매개 변수가 false로 설정된 경우)를 결정합니다.
getColorTransform(index:int) — 메서드, 클래스 fl.motion.Motion
Motion 인스턴스의 특정 시간 인덱스에서 보간된 ColorTransform 객체를 검색합니다.
getColorTransform(index:int) — 메서드, 클래스 fl.motion.MotionBase
Motion 인스턴스의 특정 시간 인덱스에서 보간된 ColorTransform 객체를 검색합니다.
getColumnAt(index:uint) — 메서드, 클래스 fl.controls.DataGrid
columns 배열의 지정된 인덱스에 있는 열을 검색합니다.
getColumnCount() — 메서드, 클래스 fl.controls.DataGrid
DataGrid 구성 요소에 있는 열 수를 가져옵니다.
getColumnIndex(name:String) — 메서드, 클래스 fl.controls.DataGrid
지정된 이름의 열 인덱스를 가져오거나, 일치하는 항목이 없는 경우 -1을 반환합니다.
getComponentStyle(component:Object, name:String) — 정적 메서드 , 클래스 fl.managers.StyleManager
특정 구성 요소에 적용된 스타일을 가져옵니다.
getCubicCoefficients(a:Number, b:Number, c:Number, d:Number) — 정적 메서드 , 클래스 fl.motion.BezierSegment
해당 삼차 베지어 수식의 지정된 값으로 삼차 다항식의 계수를 계산합니다.
getCubicRoots(a:Number, b:Number, c:Number, d:Number) — 정적 메서드 , 클래스 fl.motion.BezierSegment
at^3 + bt^2 + ct + d와 같은 삼차 다항식의 실제 솔루션(있는 경우)을 찾습니다.
getCurrentKeyframe(index:int, tweenableName:String) — 메서드, 클래스 fl.motion.MotionBase
Motion 인스턴스의 특정 프레임에서 현재 활성화된 키프레임을 검색합니다.
getData(format:String, transferMode:String) — 메서드, 클래스 flash.desktop.Clipboard
지정된 형식의 데이터가 있을 경우 클립보드 데이터를 가져옵니다.
getDate() — 메서드, 클래스 Date
Date 객체에 지정된 날짜(1에서 31 사이의 정수)를 현지 시간에 따라 반환합니다.
getDay() — 메서드, 클래스 Date
이 Date에 지정된 요일(0은 일요일, 1은 월요일 등)을 현지 시간에 따라 반환합니다.
getDefaultApplication(extension:String) — 메서드, 클래스 flash.desktop.NativeApplication
지정된 확장명을 사용하는 파일을 열 기본 응용 프로그램을 가져옵니다.
getDefaultLang() — 정적 메서드 , 클래스 fl.lang.Locale
[문자열] 패널 대화 상자에서 설정했거나 setDefaultLang() 메서드를 호출하여 얻은 기본 언어 코드입니다.
getDefinition(name:String) — 메서드, 클래스 flash.system.ApplicationDomain
지정된 응용 프로그램 도메인에서 공용 정의를 가져옵니다.
getDefinitionByName(name:String) — 패키지 함수, flash.utils
name 매개 변수로 지정된 클래스의 클래스 객체에 대한 참조를 반환합니다.
getDescendants(name) — 메서드, 클래스 flash.utils.Proxy
descendant 연산자 사용을 재정의합니다.
getDirectoryListing() — 메서드, 클래스 flash.filesystem.File
이 File 객체로 나타나는 디렉토리의 파일 및 디렉토리에 해당하는 File 객체의 배열을 반환합니다.
getDirectoryListingAsync() — 메서드, 클래스 flash.filesystem.File
이 File 객체로 나타나는 디렉토리의 내용에 해당하는 File 객체의 배열을 비동기적으로 검색합니다.
getDRMManager() — 정적 메서드 , 클래스 flash.net.drm.DRMManager
단일 DRMManager 객체의 인스턴스를 반환합니다.
getElementAt(index:int) — 메서드, 클래스 flash.text.engine.GroupElement
그룹 내에서 요소를 검색합니다.
getElementAtCharIndex(charIndex:int) — 메서드, 클래스 flash.text.engine.GroupElement
charIndex 매개 변수로 지정한 문자가 포함된 요소를 반환합니다.
getElementIndex(element:flash.text.engine:ContentElement) — 메서드, 클래스 flash.text.engine.GroupElement
element 매개 변수로 지정한 요소의 인덱스를 반환합니다.
getFilters(index:Number) — 메서드, 클래스 fl.motion.Motion
Motion 인스턴스의 특정 시간 인덱스에서 보간된 필터의 배열을 검색합니다.
getFilters(index:Number) — 메서드, 클래스 fl.motion.MotionBase
Motion 인스턴스의 특정 시간 인덱스에서 보간된 필터의 배열을 검색합니다.
getFirstCharInParagraph(charIndex:int) — 메서드, 클래스 flash.text.TextField
지정된 문자 인덱스와 같은 단락에 있는 첫 문자의 인덱스를 반환합니다.
GetFlatArray() — 메서드, 클래스 fl.motion.ColorMatrix
이 객체에 설정된 행렬 네 개를 나타내는 20개의 숫자 값이 들어 있는 일차원 배열을 계산하여 반환합니다.
getFocus() — 메서드, 클래스 fl.core.UIComponent
현재 포커스가 있는 객체를 가져옵니다.
getFocus() — 메서드, 클래스 fl.managers.FocusManager
현재 포커스가 있는 대화형 객체를 가져옵니다.
getFocus() — 메서드, 인터페이스 fl.managers.IFocusManager
현재 포커스가 있는 IFocusManagerComponent 구성 요소를 검색합니다.
getFontMetrics() — 메서드, 클래스 flash.text.engine.ElementFormat
fontDescription 및 fontSize로 지정한 글꼴의 전각 상자, 취소선 위치, 취소선 굵기, 밑줄 위치 및 밑줄 굵기를 설명하는 속성이 포함된 FontMetrics 객체를 반환합니다.
getFullYear() — 메서드, 클래스 Date
Date 객체의 전체 연도(2000과 같은 네 자리 숫자)를 현지 시간에 따라 반환합니다.
getGetterInvocationCount(obj:Object, qname:QName) — 패키지 함수, flash.sampler
get 함수가 실행된 횟수를 반환합니다.
getGroup(name:String) — 정적 메서드 , 클래스 fl.controls.RadioButtonGroup
지정된 라디오 버튼 그룹에 대한 참조를 가져옵니다.
GetHeight() — 메서드, 클래스 fl.motion.DynamicMatrix
현재 행렬의 행 수를 반환합니다.
getHistoryAt(position:uint) — 메서드, 클래스 flash.html.HTMLLoader
지정된 위치의 기록 항목을 반환합니다.
getHours() — 메서드, 클래스 Date
Date 객체에서 날짜 부분의 시간(0에서 23 사이의 정수)을 현지 시간에 따라 반환합니다.
getImageReference(id:String) — 메서드, 클래스 flash.text.TextField
<img> 태그를 사용하여 HTML 형식 텍스트 필드에 추가된 이미지 또는 SWF 파일에 대한 지정된 ID의 DisplayObject 참조를 반환합니다.
getInvocationCount(obj:Object, qname:QName) — 패키지 함수, flash.sampler
메서드가 실행된 횟수를 반환합니다.
getItem(name:String) — 정적 메서드 , 클래스 flash.data.EncryptedLocalStore
암호화된 로컬 저장소에서 지정한 이름의 항목에 대한 데이터를 반환합니다.
getItemAt(index:uint) — 메서드, 클래스 fl.controls.ComboBox
지정한 인덱스 위치의 항목을 검색합니다.
getItemAt(index:uint) — 메서드, 클래스 fl.controls.SelectableList
지정한 인덱스 위치의 항목을 검색합니다.
getItemAt(index:uint) — 메서드, 클래스 fl.data.DataProvider
지정된 인덱스에 해당하는 항목을 반환합니다.
getItemAt(index:int) — 메서드, 클래스 flash.display.NativeMenu
지정된 인덱스의 메뉴 항목을 가져옵니다.
getItemAt(index:int) — 메서드, 클래스 flash.ui.ContextMenu
지정된 인덱스의 메뉴 항목을 가져옵니다.
getItemByName(name:String) — 메서드, 클래스 flash.display.NativeMenu
지정된 이름의 메뉴 항목을 가져옵니다.
getItemIndex(item:Object) — 메서드, 클래스 fl.data.DataProvider
지정된 항목의 인덱스를 반환합니다.
getItemIndex(item:flash.display:NativeMenuItem) — 메서드, 클래스 flash.display.NativeMenu
지정된 항목의 위치를 가져옵니다.
getItemIndex(item:flash.display:NativeMenuItem) — 메서드, 클래스 flash.ui.ContextMenu
지정된 항목의 위치를 가져옵니다.
getJointValue(dof:int) — 메서드, 클래스 fl.ik.IKJoint
지정된 자유도 유형의 현재 값을 검색합니다.
getJustifierForLocale(locale:String) — 정적 메서드 , 클래스 flash.text.engine.TextJustifier
지정된 로캘에 적합한 기본 TextJustifier 하위 클래스를 만듭니다.
getLineIndexAtPoint(x:Number, y:Number) — 메서드, 클래스 flash.text.TextField
x 및 y 매개 변수로 지정된 점에 있는 행의 인덱스 값(0부터 시작)을 반환합니다.
getLineIndexOfChar(charIndex:int) — 메서드, 클래스 flash.text.TextField
charIndex 매개 변수로 지정된 문자가 들어 있는 행의 인덱스 값(0부터 시작)을 반환합니다.
getLineLength(lineIndex:int) — 메서드, 클래스 flash.text.TextField
특정 텍스트 행의 문자 수를 반환합니다.
getLineMetrics(lineIndex:int) — 메서드, 클래스 fl.controls.TextArea
지정된 텍스트 행에 대한 정보를 검색합니다.
getLineMetrics(index:int) — 메서드, 클래스 fl.controls.TextInput
지정된 텍스트 행에 대한 정보를 검색합니다.
getLineMetrics(lineIndex:int) — 메서드, 클래스 flash.text.TextField
지정된 텍스트 행에 대한 메트릭 정보를 반환합니다.
getLineOffset(lineIndex:int) — 메서드, 클래스 flash.text.TextField
lineIndex 매개 변수로 지정된 행에 있는 첫 문자의 문자 인덱스를 반환합니다.
getLineText(lineIndex:int) — 메서드, 클래스 flash.text.TextField
lineIndex 매개 변수로 지정된 행의 텍스트를 반환합니다.
getLoaderInfoByDefinition(object:Object) — 정적 메서드 , 클래스 flash.display.LoaderInfo
객체로 정의된 SWF 파일과 연관된 LoaderInfo 객체를 반환합니다.
getLocal(name:String, localPath:String, secure:Boolean) — 정적 메서드 , 클래스 flash.net.SharedObject
현재 클라이언트에만 사용 가능한 로컬 영구 공유 객체에 대한 참조를 반환합니다.
getMatrix3D(index:int) — 메서드, 클래스 fl.motion.MotionBase
애니메이션 프레임의 지정된 인덱스 위치에 대해 Matrix3D 객체를 반환합니다.
getMemberNames(o:Object, instanceNames:Boolean) — 패키지 함수, flash.sampler
전용 멤버를 비롯하여 지정된 객체의 모든 멤버를 포함하는 객체를 반환합니다.
getMicrophone(index:int) — 정적 메서드 , 클래스 flash.media.Microphone
오디오를 캡처할 Microphone 객체에 대한 참조를 반환합니다.
getMilliseconds() — 메서드, 클래스 Date
Date 객체의 밀리초(0에서 999 사이의 정수) 부분을 현지 시간에 따라 반환합니다.
getMinutes() — 메서드, 클래스 Date
Date 객체의 분(0에서 59 사이의 정수) 부분을 현지 시간에 따라 반환합니다.
getMirrorRegion(mirror:flash.events:EventDispatcher) — 메서드, 클래스 flash.text.engine.TextLine
해당 mirror 속성이 mirror 매개 변수에 지정된 값과 일치하는 행의 첫 번째 TextLineMirrorRegion을 반환하거나 일치하는 항목이 없을 경우 null을 반환합니다.
getMonth() — 메서드, 클래스 Date
이 Date의 월(0은 1월, 1은 2월 등) 부분을 현지 시간에 따라 반환합니다.
getNamespaceForPrefix(prefix:String) — 메서드, 클래스 flash.xml.XMLNode
노드의 지정된 접두어와 연결된 네임스페이스 URI를 반환합니다.
getNextFocusManagerComponent(backward:Boolean) — 메서드, 클래스 fl.managers.FocusManager
사용자가 Tab 키를 눌러 다음 객체를 탐색할 때 포커스를 받을 수 있는 대화형 객체를 검색합니다.
getNextFocusManagerComponent(backward:Boolean) — 메서드, 인터페이스 fl.managers.IFocusManager
사용자가 Tab 키를 사용하여 포커스를 이동하면 다음에 포커스를 받는 구성 요소를 검색합니다.
getNextIndexAtLetter(firstLetter:String, startIndex:int) — 메서드, 클래스 fl.controls.SelectableList
dataProvider에서 레이블의 첫 문자가 지정된 문자와 일치하는 다음 항목의 인덱스를 반환합니다.
getNextKeyframe(index:int, tweenableName:String) — 메서드, 클래스 fl.motion.MotionBase
Motion 인스턴스에서 특정 프레임 이후에 있는 다음 키프레임을 검색합니다.
getObjectsUnderPoint(point:flash.geom:Point) — 메서드, 클래스 flash.display.DisplayObjectContainer
이 DisplayObjectContainer 인스턴스의 자식(또는 손자 등)으로서 지정된 점 아래에 있는 객체의 배열을 반환합니다.
getParagraphLength(charIndex:int) — 메서드, 클래스 flash.text.TextField
지정된 문자 인덱스가 포함된 단락의 길이를 반환합니다.
getPixel(x:int, y:int) — 메서드, 클래스 flash.display.BitmapData
특정 지점(x, y)에서 BitmapData 객체의 RGB 픽셀 값을 나타내는 정수를 반환합니다.
getPixel32(x:int, y:int) — 메서드, 클래스 flash.display.BitmapData
알파 채널 데이터와 RGB 데이터를 포함하는 ARGB 색상 값을 반환합니다.
getPixels(rect:flash.geom:Rectangle) — 메서드, 클래스 flash.display.BitmapData
픽셀 데이터의 사각형 영역에서 바이트 배열을 생성합니다.
getPrefixForNamespace(ns:String) — 메서드, 클래스 flash.xml.XMLNode
노드의 지정된 네임스페이스 URI와 연결된 접두어를 반환합니다.
getProperty(name:String) — 정적 메서드 , 클래스 adobe.utils.XMLUI
현재 XMLUI 대화 상자의 특정 속성 값을 가져옵니다.
getProperty(propertyName:String) — 메서드, 인터페이스 fl.video.INCManager
INCManager를 구현하는 클래스에서 지원하는 임의의 속성 값을 구합니다.
getProperty(propertyName:String) — 메서드, 클래스 fl.video.NCManager
fallbackServerName, fpadZone, objectEncoding 및 proxyType 속성을 가져올 수 있습니다.
getProperty(name) — 메서드, 클래스 flash.utils.Proxy
속성 값에 대한 요청을 재정의합니다.
getQuadraticRoots(a:Number, b:Number, c:Number) — 정적 메서드 , 클래스 fl.motion.BezierSegment
at^2 + bt + c와 같은 이차 수식의 실제 솔루션(있는 경우)을 찾습니다.
getQualifiedClassName(value) — 패키지 함수, flash.utils
객체의 정규화된 클래스 이름을 반환합니다.
getQualifiedSuperclassName(value) — 패키지 함수, flash.utils
value 매개 변수로 지정된 객체의 기본 클래스의 정규화된 클래스 이름을 반환합니다.
getRadioButtonAt(index:int) — 메서드, 클래스 fl.controls.RadioButtonGroup
지정한 인덱스 위치의 RadioButton 구성 요소를 가져옵니다.
getRadioButtonIndex(radioButton:fl.controls:RadioButton) — 메서드, 클래스 fl.controls.RadioButtonGroup
지정한 RadioButton 인스턴스의 인덱스를 반환합니다.
getRect(targetCoordinateSpace:flash.display:DisplayObject) — 메서드, 클래스 flash.display.DisplayObject
대상 좌표 공간 매개 변수에 의해 정의되는 좌표계를 기준으로 모양의 획을 제외하고 표시 객체의 경계를 정의하는 사각형을 반환합니다.
getRelativeMatrix3D(relativeTo:flash.display:DisplayObject) — 메서드, 클래스 flash.geom.Transform
현재 표시 객체의 공간을 기준으로 지정된 표시 객체의 공간을 변형할 수 있는 Matrix3D 객체를 반환합니다.
getRelativePath(ref:flash.net:FileReference, useDotDot:Boolean) — 메서드, 클래스 flash.filesystem.File
두 File 경로 사이의 상대 경로를 찾습니다.
getRemote(name:String, remotePath:String, persistence:Object, secure:Boolean) — 정적 메서드 , 클래스 flash.net.SharedObject
다수의 클라이언트가 액세스할 수 있는 Flash Media Server의 공유 객체로 참조를 반환합니다.
getRendererStyle(name:String, column:int) — 메서드, 클래스 fl.controls.SelectableList
목록의 렌더러에 대해 설정되는 스타일을 검색합니다.
getResult() — 메서드, 클래스 flash.data.SQLStatement
SELECT 문의 모든 결과 행 및 실행되는 모든 명령문의 실행과 관련된 기타 정보를 비롯한 명령문 실행의 결과를 포함하는 SQLResult 객체에 대한 액세스를 제공합니다.
getRootDirectories() — 정적 메서드 , 클래스 flash.filesystem.File
파일 시스템 루트 디렉토리를 나열하는 File 객체의 배열을 반환합니다.
getRotation(m:flash.geom:Matrix) — 정적 메서드 , 클래스 fl.motion.MatrixTransformer
매트릭스에 표시되는 회전 각도(도)를 계산합니다.
getRotationRadians(m:flash.geom:Matrix) — 정적 메서드 , 클래스 fl.motion.MatrixTransformer
매트릭스에 표시되는 회전 각도(라디안)를 계산합니다.
getSampleCount() — 패키지 함수, flash.sampler
수집된 샘플의 수를 반환합니다.
getSamples() — 패키지 함수, flash.sampler
마지막 샘플링 세션에서 메모리 사용 Sample 인스턴스의 객체를 반환합니다.
getScaleX(m:flash.geom:Matrix) — 정적 메서드 , 클래스 fl.motion.MatrixTransformer
매트릭스에 표시되는 수평 비율을 계산합니다.
getScaleY(m:flash.geom:Matrix) — 정적 메서드 , 클래스 fl.motion.MatrixTransformer
매트릭스에 표시되는 수직 비율을 계산합니다.
getSchemaResult() — 메서드, 클래스 flash.data.SQLConnection
loadSchema() 메서드 호출의 결과에 대한 액세스를 제공합니다.
getScreensForRectangle(rect:flash.geom:Rectangle) — 정적 메서드 , 클래스 flash.display.Screen
제공된 사각형을 교차하는 화면 집합을 반환합니다(비어 있을 수 있음).
getSeconds() — 메서드, 클래스 Date
Date 객체의 초(0에서 59 사이의 정수) 부분을 현지 시간에 따라 반환합니다.
getSelected(beginIndex:int, endIndex:int) — 메서드, 클래스 flash.text.TextSnapshot
지정된 범위 내에서 선택된 텍스트가 TextSnapshot 객체에 포함되는지 여부를 지정하는 부울 값을 반환합니다.
getSelectedText(includeLineEndings:Boolean) — 메서드, 클래스 flash.text.TextSnapshot
해당 setSelected() 메서드에 의해 지정된 모든 문자가 포함된 문자열을 반환합니다.
getSetterInvocationCount(obj:Object, qname:QName) — 패키지 함수, flash.sampler
set 함수가 실행된 횟수를 반환합니다.
getSingleValue(t:Number, a:Number, b:Number, c:Number, d:Number) — 정적 메서드 , 클래스 fl.motion.BezierSegment
특정 시간에 삼차 베지어 수식의 1차원 값을 계산합니다.
getSize(o) — 패키지 함수, flash.sampler
Flash Player 9.0.115.0 이상의 디버거 버전에서 사용하는 경우 지정된 객체의 메모리 크기를 반환합니다.
getSkewX(m:flash.geom:Matrix) — 정적 메서드 , 클래스 fl.motion.MatrixTransformer
매트릭스에 표시되는 수평으로 기울이기 각도(도)를 계산합니다.
getSkewXRadians(m:flash.geom:Matrix) — 정적 메서드 , 클래스 fl.motion.MatrixTransformer
매트릭스에 표시되는 수평으로 기울이기 각도(라디안)를 계산합니다.
getSkewY(m:flash.geom:Matrix) — 정적 메서드 , 클래스 fl.motion.MatrixTransformer
매트릭스에 표시되는 수직으로 기울이기 각도(도)를 계산합니다.
getSkewYRadians(m:flash.geom:Matrix) — 정적 메서드 , 클래스 fl.motion.MatrixTransformer
매트릭스에 표시되는 수직으로 기울이기 각도(라디안)를 계산합니다.
getStackTrace() — 메서드, 클래스 Error
오류 발생 시에서 오류 호출의 스택을 문자열로 반환합니다(Flash Player의 디버거 버전 및 ADL(AIR Debug Launcher)만 해당). 즉, Flash Player의 디버거 버전 또는 ADL을 사용하지 않으면 null을 반환합니다.
getStyle(style:String) — 메서드, 클래스 fl.core.UIComponent
구성 요소의 스타일 조회 체인에 설정되어 있는 스타일 속성을 가져옵니다.
getStyle(name:String) — 정적 메서드 , 클래스 fl.managers.StyleManager
이름을 기준으로 전역 스타일을 가져옵니다.
getStyle(styleName:String) — 메서드, 클래스 flash.text.StyleSheet
styleName이라는 스타일에 연결된 스타일 객체의 복사본을 반환합니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.containers.BaseScrollPane
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.containers.ScrollPane
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.containers.UILoader
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.BaseButton
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.Button
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.CheckBox
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.ColorPicker
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.ComboBox
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.DataGrid
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.Label
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.LabelButton
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.List
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.NumericStepper
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.ProgressBar
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.RadioButton
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.ScrollBar
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.SelectableList
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.Slider
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.TextArea
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.TextInput
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.TileList
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.UIScrollBar
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.dataGridClasses.DataGridCellEditor
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.dataGridClasses.HeaderRenderer
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.listClasses.CellRenderer
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.listClasses.ImageCell
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.controls.progressBarClasses.IndeterminateBar
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleDefinition() — 정적 메서드 , 클래스 fl.core.UIComponent
현재 구성 요소에 대한 기본 스타일 맵을 가져옵니다.
getStyleValue(name:String) — 메서드, 클래스 fl.core.UIComponent
전역 수준, 구성 요소 수준 및 인스턴스 수준에 설정된 모든 스타일을 고려하여 구성 요소의 지정된 스타일을 반환합니다.
getText(beginIndex:int, endIndex:int, includeLineEndings:Boolean) — 메서드, 클래스 flash.text.TextSnapshot
beginIndex 및 endIndex 매개 변수로 지정된 모든 문자가 들어 있는 문자열을 반환합니다.
getTextFormat(beginIndex:int, endIndex:int) — 메서드, 클래스 flash.text.TextField
beginIndex 및 endIndex 매개 변수로 지정된 텍스트 범위에 대한 서식 정보가 들어 있는 TextFormat 객체를 반환합니다.
getTextLineAtCharIndex(charIndex:int) — 메서드, 클래스 flash.text.engine.TextBlock
charIndex 매개 변수에 지정된 문자를 포함하는 TextLine을 반환합니다.
getTextRunInfo(beginIndex:int, endIndex:int) — 메서드, 클래스 flash.text.TextSnapshot
텍스트 흐름에 대한 정보가 들어 있는 객체 배열을 반환합니다.
getTime() — 메서드, 클래스 Date
Date 객체에서 표준시 1970년 1월 1일 자정 이후 경과된 밀리초를 반환합니다.
getTimer() — 패키지 함수, flash.utils
Flash Player가 초기화된 후 경과된 시간을 밀리초 단위로 반환하며 상대 시간을 계산하는 데 사용됩니다.
getTimezoneOffset() — 메서드, 클래스 Date
컴퓨터의 현지 시간과 표준시(UTC)의 시차를 분 단위로 반환합니다.
getTween(target:String) — 메서드, 클래스 fl.motion.Keyframe
특정 애니메이션 속성의 ITween 객체를 검색합니다.
getUTCDate() — 메서드, 클래스 Date
Date 객체의 날짜(1에서 31 사이의 정수)를 표준시(UTC)에 따라 반환합니다.
getUTCDay() — 메서드, 클래스 Date
이 Date의 요일(0은 일요일, 1은 월요일 등)을 표준시(UTC)에 따라 반환합니다.
getUTCFullYear() — 메서드, 클래스 Date
Date 객체의 네 자리 숫자 연도를 표준시(UTC)에 따라 반환합니다.
getUTCHours() — 메서드, 클래스 Date
Date 객체의 시간(0에서 23 사이의 정수)을 표준시(UTC)에 따라 반환합니다.
getUTCMilliseconds() — 메서드, 클래스 Date
Date 객체의 밀리초(0에서 999 사이의 정수) 부분을 표준시(UTC)에 따라 반환합니다.
getUTCMinutes() — 메서드, 클래스 Date
Date 객체의 분(0에서 59 사이의 정수) 부분을 표준시(UTC)에 따라 반환합니다.
getUTCMonth() — 메서드, 클래스 Date
Date 객체의 월(1월을 나타내는 0에서 12월을 나타내는 11 사이) 부분을 표준시(UTC)에 따라 반환합니다.
getUTCSeconds() — 메서드, 클래스 Date
Date 객체의 초(0에서 59 사이의 정수) 부분을 표준시(UTC)에 따라 반환합니다.
getValue(time:Number, begin:Number, change:Number, duration:Number) — 메서드, 클래스 fl.motion.BezierEase
베지어 여유 곡선을 사용하여 애니메이션의 숫자 속성에 대한 보간 값을 계산합니다.
getValue(t:Number) — 메서드, 클래스 fl.motion.BezierSegment
특정 시간에 삼차 베지어 곡선의 2차원 위치를 계산합니다.
getValue(time:Number, begin:Number, change:Number, duration:Number) — 메서드, 클래스 fl.motion.CustomEase
사용자 정의 여유 곡선을 사용하여 애니메이션의 숫자 속성에 대한 보간 값을 계산합니다.
getValue(time:Number, begin:Number, change:Number, duration:Number) — 메서드, 클래스 fl.motion.FunctionEase
지정된 여유 곡선을 사용하여 애니메이션의 숫자 속성에 대한 보간 값을 계산합니다.
getValue(time:Number, begin:Number, change:Number, duration:Number) — 메서드, 인터페이스 fl.motion.ITween
애니메이션의 숫자 속성에 대한 보간 값을 계산합니다.
getValue(tweenableName:String) — 메서드, 클래스 fl.motion.KeyframeBase
키프레임의 특정 트위닝 가능 속성 값을 검색합니다.
getValue(index:Number, tweenableName:String) — 메서드, 클래스 fl.motion.MotionBase
특정 시점에서 애니메이션 속성 값을 검색합니다.
getValue(time:Number, begin:Number, change:Number, duration:Number) — 메서드, 클래스 fl.motion.SimpleEase
이차 여유 백분율을 사용하여 애니메이션의 숫자 속성에 대한 보간 값을 계산합니다.
GetValue(row:int, col:int) — 메서드, 클래스 fl.motion.DynamicMatrix
현재 행렬에서 0부터 시작하여 지정되는 행과 열의 위치에 있는 값을 반환합니다.
getVector(rect:flash.geom:Rectangle) — 메서드, 클래스 flash.display.BitmapData
픽셀 데이터의 사각형 영역에서 벡터 배열을 생성합니다.
getVideoPlayer(index:Number) — 메서드, 클래스 fl.video.FLVPlayback
index 매개 변수를 통해 지정한 비디오 플레이어를 가져옵니다.
GetWidth() — 메서드, 클래스 fl.motion.DynamicMatrix
현재 행렬의 열 수를 반환합니다.
getYForX(x:Number, coefficients:Array) — 메서드, 클래스 fl.motion.BezierSegment
지정된 x 좌표에서 3차원 베지어 곡선의 y 값을 찾습니다.
global — 속성, 클래스 RegExp
일반 표현식에서 전역 비교를 사용할지 여부를 지정합니다.
globalToLocal(point:flash.geom:Point) — 메서드, 클래스 flash.display.DisplayObject
Point 객체를 Stage 전역 좌표에서 표시 객체의 로컬 좌표로 변환합니다.
globalToLocal3D(point:flash.geom:Point) — 메서드, 클래스 flash.display.DisplayObject
Stage(전역) 좌표의 2차원 점을 3차원 표시 객체(로컬) 좌표로 변환합니다.
globalToScreen(globalPoint:flash.geom:Point) — 메서드, 클래스 flash.display.NativeWindow
윈도우 스테이지의 원점을 기준으로 하는 픽셀 좌표의 포인트(표시 목록에 대한 전역 포인트)를 가상 데스크톱의 포인트로 변환합니다.
GlowFilter — final 클래스, 패키지 flash.filters
GlowFilter 클래스를 사용하여 표시 객체에 광선 효과를 적용할 수 있습니다.
GlowFilter(color:uint, alpha:Number, blurX:Number, blurY:Number, strength:Number, quality:int, inner:Boolean, knockout:Boolean) — 생성자, 클래스 flash.filters.GlowFilter
지정된 매개 변수를 사용하여 새 GlowFilter 인스턴스를 초기화합니다.
gotoAndPlay(frame:Object, scene:String) — 메서드, 클래스 flash.display.MovieClip
지정된 프레임에서 SWF 파일 재생을 시작합니다.
gotoAndStop(frame:Object, scene:String) — 메서드, 클래스 flash.display.MovieClip
무비 클립의 특정 프레임으로 재생 헤드를 가져온 다음 정지합니다.
GradientBevelFilter — final 클래스, 패키지 flash.filters
GradientBevelFilter 클래스를 사용하여 표시 객체에 그래디언트 경사 효과를 적용할 수 있습니다.
GradientBevelFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — 생성자, 클래스 flash.filters.GradientBevelFilter
지정된 매개 변수를 사용하여 해당 필터를 초기화합니다.
GradientGlowFilter — final 클래스, 패키지 flash.filters
GradientGlowFilter 클래스를 사용하면 표시 객체에 그래디언트 광선 효과를 적용할 수 있습니다.
GradientGlowFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — 생성자, 클래스 flash.filters.GradientGlowFilter
지정된 매개 변수를 사용하여 해당 필터를 초기화합니다.
GradientType — final 클래스, 패키지 flash.display
GradientType 클래스는 flash.display.Graphics 클래스의 beginGradientFill() 및 lineGradientStyle() 메서드에서 type 매개 변수의 값을 제공합니다.
graphic — 속성, 클래스 flash.text.engine.GraphicElement
GraphicElement에 대한 그래픽으로 사용할 DisplayObject입니다.
GraphicElement — final 클래스, 패키지 flash.text.engine
GraphicElement 클래스는 TextBlock 또는 GroupElement 객체의 그래픽 요소를 나타냅니다.
GraphicElement(graphic:flash.display:DisplayObject, elementWidth:Number, elementHeight:Number, elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — 생성자, 클래스 flash.text.engine.GraphicElement
새 GraphicElement 인스턴스를 만듭니다.
GRAPHIC_ELEMENT — 상수 정적 속성, 클래스 flash.text.engine.ContentElement
텍스트에 그래픽 요소가 있음을 나타냅니다.
graphics — 속성, 클래스 flash.display.Shape
벡터 드로잉 명령을 내릴 수 있는 이 Shape 객체에 속한 Graphics 객체를 지정합니다.
graphics — 속성, 클래스 flash.display.Sprite
벡터 드로잉 명령을 내릴 수 있는 이 Sprite에 속한 Graphics 객체를 지정합니다.
Graphics — final 클래스, 패키지 flash.display
Graphics 클래스에는 벡터 모양을 만들 때 사용할 수 있는 각종 메서드가 포함되어 있습니다.
GraphicsBitmapFill — final 클래스, 패키지 flash.display
비트맵 채우기를 정의합니다.
GraphicsBitmapFill(bitmapData:flash.display:BitmapData, matrix:flash.geom:Matrix, repeat:Boolean, smooth:Boolean) — 생성자, 클래스 flash.display.GraphicsBitmapFill
새 GraphicsBitmapFill 객체를 만듭니다.
GraphicsEndFill — final 클래스, 패키지 flash.display
그래픽 채우기의 끝을 나타냅니다.
GraphicsEndFill() — 생성자, 클래스 flash.display.GraphicsEndFill
Graphics.drawGraphicsData() 메서드에 사용하여 채우기를 끝낼 객체를 명시적으로 만듭니다.
GraphicsGradientFill — final 클래스, 패키지 flash.display
그래디언트 채우기를 정의합니다.
GraphicsGradientFill(type:String, colors:Array, alphas:Array, ratios:Array, matrix, spreadMethod, interpolationMethod:String, focalPointRatio:Number) — 생성자, 클래스 flash.display.GraphicsGradientFill
새 GraphicsGradientFill 객체를 만듭니다.
GraphicsPath — final 클래스, 패키지 flash.display
드로잉 명령 컬렉션 및 이러한 명령에 대한 좌표 매개 변수입니다.
GraphicsPath(commands:Vector$int, data:Vector$Number, winding:String) — 생성자, 클래스 flash.display.GraphicsPath
새 GraphicsPath 객체를 만듭니다.
GraphicsPathCommand — final 클래스, 패키지 flash.display
패스 드로잉 명령을 지정하는 데 사용할 값을 정의합니다.
GraphicsPathWinding — final 클래스, 패키지 flash.display
GraphicsPathWinding 클래스는 flash.display.GraphicsPath.winding 속성 및 flash.display.Graphics.drawPath() 메서드에 사용하여 패스를 그릴 방향을 결정하는 값을 제공합니다.
GraphicsShaderFill — final 클래스, 패키지 flash.display
셰이더 채우기를 지정합니다.
GraphicsShaderFill(shader:flash.display:Shader, matrix:flash.geom:Matrix) — 생성자, 클래스 flash.display.GraphicsShaderFill
새 GraphicsShaderFill 객체를 만듭니다.
GraphicsSolidFill — final 클래스, 패키지 flash.display
단색으로 채우기를 정의합니다.
GraphicsSolidFill(color:uint, alpha:Number) — 생성자, 클래스 flash.display.GraphicsSolidFill
새 GraphicsSolidFill 객체를 만듭니다.
GraphicsStroke — final 클래스, 패키지 flash.display
선 스타일 또는 획을 정의합니다.
GraphicsStroke(thickness:Number, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number, fill:flash.display:IGraphicsFill) — 생성자, 클래스 flash.display.GraphicsStroke
새 GraphicsStroke 객체를 만듭니다.
GraphicsTrianglePath — final 클래스, 패키지 flash.display
일정 순서대로 정렬되어 있고 (u,v) 채우기 좌표나 일반 채우기를 사용하여 렌더링할 수 있는 삼각형을 정의합니다.
GraphicsTrianglePath(vertices:Vector$Number, indices:Vector$int, uvtData:Vector$Number, culling:String) — 생성자, 클래스 flash.display.GraphicsTrianglePath
새 GraphicsTrianglePath 객체를 만듭니다.
GREEN — 상수 정적 속성, 클래스 flash.display.BitmapDataChannel
녹색 채널입니다.
greenMultiplier — 속성, 클래스 flash.geom.ColorTransform
녹색 채널 값에 곱하는 10진수 값입니다.
greenOffset — 속성, 클래스 flash.geom.ColorTransform
greenMultiplier 값에 곱한 후 녹색 채널 값에 더해지는 -255에서 255 사이의 숫자입니다.
gridFitType — 속성, 클래스 flash.text.TextField
이 텍스트 필드에 사용되는 격자 맞춤의 유형입니다.
GridFitType — final 클래스, 패키지 flash.text
GridFitType 클래스는 TextField 클래스의 격자 맞춤에 대한 값을 정의합니다.
group — 속성, 클래스 fl.controls.RadioButton
이 RadioButton이 속한 RadioButtonGroup 객체입니다.
groupElement — 속성, 클래스 flash.text.engine.ContentElement
이 요소를 포함하는 GroupElement입니다. 이 요소가 그룹에 포함되지 않은 경우에는 null입니다.
GroupElement — final 클래스, 패키지 flash.text.engine
GroupElement 객체는 TextBlock 객체의 content 속성에 한 단위로 할당할 수 있는 TextElement, GraphicElement 또는 다른 GroupElement 객체의 컬렉션을 그룹화합니다.
GroupElement(elements:Vector$flash.text.engine:ContentElement, elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — 생성자, 클래스 flash.text.engine.GroupElement
새 GroupElement 인스턴스를 만듭니다.
groupElements(beginIndex:int, endIndex:int) — 메서드, 클래스 flash.text.engine.GroupElement
beginIndex 및 endIndex 매개 변수로 지정한 요소 범위를 해당 요소가 포함된 새 GroupElement로 대체합니다.
groupName — 속성, 클래스 fl.controls.RadioButton
라디오 버튼 인스턴스 또는 라디오 버튼 그룹의 그룹 이름입니다.
groupName — 속성, 인터페이스 fl.managers.IFocusManagerGroup
이 구성 요소가 속한 구성 요소 그룹의 이름을 가져오거나 설정합니다.
기호   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z