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  
GAF — class, package com.catalystapps.gaf.data
The GAF class defines global GAF library settings
gafBundle — Property, class com.catalystapps.gaf.core.ZipToGAFAssetConverter
Return converted GAFBundle.
GAFBundle — class, package com.catalystapps.gaf.data
GAFBundle is utility class that used to save all converted GAFTimelines from bundle in one place with easy access after conversion complete
gafgfxData — Property, class com.catalystapps.gaf.data.GAFTimeline
Graphical data storage that used by GAFTimeline.
GAFGFXData — class, package com.catalystapps.gaf.data
Graphical data storage that used by GAFTimeline.
GAFImage — class, package com.catalystapps.gaf.display
GAFImage represents static GAF display object that is part of the GAFMovieClip.
GAFImage(assetTexture:com.catalystapps.gaf.display:IGAFTexture) — Constructor, class com.catalystapps.gaf.display.GAFImage
Creates a new GAFImage instance.
GAFMovieClip — Dynamic Class, package com.catalystapps.gaf.display
GAFMovieClip represents animation display object that is ready to be used in Starling display list.
GAFMovieClip(gafTimeline:com.catalystapps.gaf.data:GAFTimeline, fps:int, addToJuggler:Boolean) — Constructor, class com.catalystapps.gaf.display.GAFMovieClip
Creates a new GAFMovieClip instance.
GAFSoundManager — class, package com.catalystapps.gaf.sound
The GAFSoundManager provides an interface to control GAF sound playback.
GAFTextField — class, package com.catalystapps.gaf.display
GAFTextField is a text entry control that extends functionality of the feathers.controls.TextInput for the GAF library needs.
gafTimeline — Property, class com.catalystapps.gaf.core.ZipToGAFAssetConverter
Returns the first GAFTimeline in a GAFBundle.
GAFTimeline — class, package com.catalystapps.gaf.data
GAFTimeline represents converted GAF file.
GAFTimeline(timelineConfig:com.catalystapps.gaf.data:GAFTimelineConfig) — Constructor, class com.catalystapps.gaf.data.GAFTimeline
Creates an GAFTimeline object
GAFTimelinesManager — class, package com.catalystapps.gaf.core
Utility class that allows easily manage all GAFTimeline's
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class com.catalystapps.gaf.display.GAFImage
getChildByName(name:String) — method, class com.catalystapps.gaf.display.GAFMovieClip
Returns a child object with a certain name (non-recursively).
getCustomRegion(swfName:String, linkage:String, scale:Number, csf:Number) — method, class com.catalystapps.gaf.core.GAFTimelinesManager
Returns IGAFTexture (custom image) from bundle by swfName and linkage.
getCustomRegion(swfName:String, linkage:String, scale:Number, csf:Number) — method, class com.catalystapps.gaf.data.GAFBundle
Returns IGAFTexture (custom image) from bundle by swfName and linkage.
getGAFMovieClip(swfName:String, linkage:String) — Static Method , class com.catalystapps.gaf.core.GAFTimelinesManager
Returns instance of GAFMovieClip.
getGAFTimeline(swfName:String, linkage:String) — Static Method , class com.catalystapps.gaf.core.GAFTimelinesManager
Returns GAFTimeline from timelines collection by swfName and linkage.
getGAFTimeline(swfName:String, linkage:String) — method, class com.catalystapps.gaf.data.GAFBundle
Returns GAFTimeline from bundle by swfName and linkage.
getGAFTimelineByID(swfName:String) — method, class com.catalystapps.gaf.data.GAFBundle
Returns GAFTimeline from bundle by timelineID
getGAFTimelineByLinkage(linkage:String) — method, class com.catalystapps.gaf.data.GAFBundle
Returns GAFTimeline from bundle by linkage
getInstance() — Static Method , class com.catalystapps.gaf.sound.GAFSoundManager
The instance of the GAFSoundManager (singleton)
getTexture(scale:Number, csf:Number, imageID:String) — method, class com.catalystapps.gaf.data.GAFGFXData
Returns texture by unique key consist of scale + csf + imageID
getTextureByName(animationObjectName:String) — method, class com.catalystapps.gaf.data.GAFTimeline
Returns GAF Texture by name of an instance inside a timeline.
getTextures(scale:Number, csf:Number) — method, class com.catalystapps.gaf.data.GAFGFXData
Returns textures for specified scale and csf in Object as combination key-value where key - is imageID and value - is Texture
gotoAndPlay(frame:any) — method, class com.catalystapps.gaf.display.GAFMovieClip
Starts playing animation at the specified frame.
gotoAndStop(frame:any) — method, class com.catalystapps.gaf.display.GAFMovieClip
Brings the playhead to the specified frame of the movie clip and stops it there.
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