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 |
gain — Property, class com.gestureworks.cml.elements.Microphone |
|
The amount by which the microphone boosts the signal. |
gateway — Property, class com.gestureworks.cml.components.CollectionViewer |
|
Sets database gateway url
|
gateway — Property, class com.gestureworks.cml.elements.Dock |
| |
generateSmoothVersion() — method, class com.gestureworks.cml.elements.HTML |
|
Smoothing Function
|
Gesture — class, package com.gestureworks.cml.elements |
|
The Gesture class allows you to create gestures in CML. |
Gesture() — Constructor, class com.gestureworks.cml.elements.Gesture |
|
Constructor
|
gestureList — Property, class com.gestureworks.cml.elements.GestureList |
|
sets the gesture list
|
GestureList — class, package com.gestureworks.cml.elements |
|
The GestureList class allows you to create a group of
gestures in CML. |
GestureList() — Constructor, class com.gestureworks.cml.elements.GestureList |
|
Constructor
|
getCamera(name:String) — method, class com.gestureworks.cml.elements.VideoCamera |
|
Returns a reference to a Camera object for capturing video. |
getCharBoundaries(charIndex:int) — method, class com.gestureworks.cml.elements.Text |
|
Returns a rectangle that is the bounding box of the character. |
getCharIndexAtPoint(x:Number, y:Number) — method, class com.gestureworks.cml.elements.Text |
|
Returns the zero-based index value of the character at the point specified by the x
and y parameters. |
getElementById(id:String) — method, class com.gestureworks.cml.elements.TouchContainer |
|
Searches CML childList by id. |
getElementsByClassName(className:String) — method, class com.gestureworks.cml.elements.TouchContainer |
|
Searches the CML childList by className. |
getElementsByTagName(tagName:Class) — method, class com.gestureworks.cml.elements.TouchContainer |
|
Searches the CML childList by tagName as Class. |
getFilter() — method, class com.gestureworks.cml.filters.Bevel |
|
Returns new bevel filter
|
getFilter() — method, class com.gestureworks.cml.filters.Blur |
|
Returns new blur filter
|
getFilter() — method, class com.gestureworks.cml.filters.DropShadow |
|
Returns new drop shadow filter
|
getFilter() — method, class com.gestureworks.cml.filters.Glow |
|
Returns new glow filter
|
getFirstCharInParagraph(charIndex:int) — method, class com.gestureworks.cml.elements.Text |
|
Given a character index, returns the index of the first character in the same paragraph. |
getId(id:String) — method, class com.gestureworks.cml.core.CMLObjectList |
|
Returns cml object by id value. |
getImageReference(id:String) — method, class com.gestureworks.cml.elements.Text |
|
Returns a DisplayObject reference for the given id, for an image or SWF file
that has been added to an HTML-formatted text field by using an tag. |
getIndex(index:int) — method, interface com.gestureworks.cml.interfaces.IList |
|
Returns value by input index
|
getInstance() — Static Method , class com.gestureworks.cml.managers.ResourceManager |
| |
getLineIndexAtPoint(x:Number, y:Number) — method, class com.gestureworks.cml.elements.Text |
|
Returns the zero-based index value of the line at the point specified by the x
and y parameters. |
getLineIndexOfChar(charIndex:int) — method, class com.gestureworks.cml.elements.Text |
|
Returns the zero-based index value of the line containing the character specified
by the charIndex parameter. |
getLineLength(lineIndex:int) — method, class com.gestureworks.cml.elements.Text |
|
Returns the number of characters in a specific text line. |
getLineMetrics(lineIndex:int) — method, class com.gestureworks.cml.elements.Text |
|
Returns metrics information about a given text line. |
getLineOffset(lineIndex:int) — method, class com.gestureworks.cml.elements.Text |
|
Returns the character index of the first character in the line that
the lineIndex parameter specifies. |
getLineText(lineIndex:int) — method, class com.gestureworks.cml.elements.Text |
|
Returns the text of the line specified by the lineIndex parameter. |
getMatrixObj(mtx:flash.geom:Matrix) — Static Method , class com.gestureworks.cml.layouts.Layout |
|
Converts transformation matrix to TweenMax syntax
|
getMaxHeight(c:flash.display:DisplayObjectContainer) — Static Method , class com.gestureworks.cml.layouts.Layout |
|
Returns the max height of the container's children
|
getMaxWidth(c:flash.display:DisplayObjectContainer) — Static Method , class com.gestureworks.cml.layouts.Layout |
|
Returns the max width of the container's children
|
getMicrophone(index:int) — method, class com.gestureworks.cml.elements.Microphone |
|
Returns a reference to a Microphone object for capturing audio. |
getParagraphLength(charIndex:int) — method, class com.gestureworks.cml.elements.Text |
|
Given a character index, returns the length of the paragraph containing the given character. |
getRawText() — method, class com.gestureworks.cml.elements.Text |
| |
getSelectedHexValue() — method, class com.gestureworks.cml.elements.ColorPicker |
|
Returns the hex representation of the selectedColor as a String
|
getTextFormat(beginIndex:int, endIndex:int) — method, class com.gestureworks.cml.elements.Text |
|
Returns a TextFormat object that contains formatting information for the range of text that the
beginIndex and endIndex parameters specify. |
getTextRuns(beginIndex:int, endIndex:int) — method, class com.gestureworks.cml.elements.Text |
| |
getXMLText(beginIndex:int, endIndex:int) — method, class com.gestureworks.cml.elements.Text |
| |
gigapixel — Property, class com.gestureworks.cml.components.GigapixelViewer |
|
Sets the gigapixel element. |
Gigapixel — class, package com.gestureworks.cml.elements |
|
The Gigapixel element loads a gigapixel image. |
Gigapixel() — Constructor, class com.gestureworks.cml.elements.Gigapixel |
|
Constructor
|
GigapixelViewer — class, package com.gestureworks.cml.components |
|
The GigapixelViewer component is primarily meant to display a Gigapixel element and its associated meta-data. |
GigapixelViewer() — Constructor, class com.gestureworks.cml.components.GigapixelViewer |
|
Constructor
|
Glow — class, package com.gestureworks.cml.filters |
|
The Glow class lets you apply a glow effect to display objects. |
Glow(color:uint, alpha:Number, blurX:Number, blurY:Number, strength:Number, quality:int, inner:Boolean, knockout:Boolean) — Constructor, class com.gestureworks.cml.filters.Glow |
|
Initializes a new Glow instance with the specified parameters. |
glowColor — Property, class com.gestureworks.cml.components.Component |
| |
glowIn(dur:Number) — method, class com.gestureworks.cml.components.Component |
| |
glowOut(dur:Number) — method, class com.gestureworks.cml.components.Component |
| |
glowPulse() — method, class com.gestureworks.cml.components.Component |
| |
goBack() — method, class com.gestureworks.cml.elements.HTML |
|
Go back in history
|
goForward() — method, class com.gestureworks.cml.elements.HTML |
|
Go forward in history
|
gradientAlphaArray — Property, class com.gestureworks.cml.elements.Graphic |
| |
gradientAlphas — Property, class com.gestureworks.cml.elements.Accordion |
|
Input the gradient alphas as a comma separated string. |
gradientAlphas — Property, class com.gestureworks.cml.elements.Dial |
|
Sets the alpha transparency of gradient for background
|
gradientAlphas — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets gradient alphas when fill type is gradient
Alpha values corespond to the colors in the gradientColors array
Ordered list, max 12 (ex: 1, 1, 1)
|
gradientAlphas — Property, class com.gestureworks.cml.elements.OrbMenu |
|
Sets the alpha transparency of gradient for shapes
|
gradientColorArray — Property, class com.gestureworks.cml.elements.Graphic |
| |
gradientColors — Property, class com.gestureworks.cml.elements.Accordion |
|
Input the gradient colors as a comma-separated list. |
gradientColors — Property, class com.gestureworks.cml.elements.Dial |
|
Sets the array of color values of gradient for background
|
gradientColors — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets gradient colors when fill type is gradient
Ordered list, max 12 (ex: 0x000000, 0x555555, 0xFFFFFF)
|
gradientColors — Property, class com.gestureworks.cml.elements.OrbMenu |
|
Sets the array of color values of gradient for shapes
|
gradientFocalPointRatio — Property, class com.gestureworks.cml.elements.Graphic |
|
A number that controls the location of the focal point of the gradient. |
gradientHeight — Property, class com.gestureworks.cml.elements.Dial |
|
the height (in pixels) of the dial
|
gradientHeight — Property, class com.gestureworks.cml.elements.Graphic |
|
The height (in pixels) to which the gradient will spread. |
gradientHeight — Property, class com.gestureworks.cml.elements.OrbMenu |
|
the width (in pixels) to which the gradient will spread
|
_gradientInterpolation — Property, class com.gestureworks.cml.elements.Graphic |
| |
gradientInterpolation — Property, class com.gestureworks.cml.elements.Graphic |
|
Specifies which interpolation value to use: RGB or linearRGB
|
gradientRatioArray — Property, class com.gestureworks.cml.elements.Graphic |
| |
gradientRatios — Property, class com.gestureworks.cml.elements.Accordion |
| |
gradientRatios — Property, class com.gestureworks.cml.elements.Dial |
|
Sets the ratios of gradient for background
|
gradientRatios — Property, class com.gestureworks.cml.elements.Graphic |
|
Color distribution ratios; valid values are 0-255. |
gradientRatios — Property, class com.gestureworks.cml.elements.OrbMenu |
|
Sets the ratios of gradient for shapes
|
gradientRotation — Property, class com.gestureworks.cml.elements.Dial |
|
the rotation (in radians) that will be applied to the gradient
|
_gradientRotation — Property, class com.gestureworks.cml.elements.Graphic |
| |
gradientRotation — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets the rotation (in degrees) that will be applied to the gradient. |
gradientRotation — Property, class com.gestureworks.cml.elements.OrbMenu |
|
the rotation (in radians) that will be applied to the gradient
|
_gradientSpread — Property, class com.gestureworks.cml.elements.Graphic |
| |
gradientSpread — Property, class com.gestureworks.cml.elements.Graphic |
|
Specifies which gradient spread method to use. |
gradientType — Property, class com.gestureworks.cml.elements.Dial |
|
Sets the gardient type for background
|
_gradientType — Property, class com.gestureworks.cml.elements.Graphic |
| |
gradientType — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets gradient type when fill type is gradient. |
gradientType — Property, class com.gestureworks.cml.elements.OrbMenu |
|
Sets the gardient type for shapes
|
gradientWidth — Property, class com.gestureworks.cml.elements.Dial |
|
the width (in pixels) of the dial
|
gradientWidth — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets the width (in pixels) to which the gradient will spread. |
gradientWidth — Property, class com.gestureworks.cml.elements.OrbMenu |
|
the width (in pixels) to which the gradient will spread
|
gradientX — Property, class com.gestureworks.cml.elements.Dial |
|
how far (in pixels) the gradient is shifted horizontally
|
gradientX — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets how far (in pixels) the gradient is shifted horizontally. |
gradientX — Property, class com.gestureworks.cml.elements.OrbMenu |
|
how far (in pixels) the gradient is shifted horizontally
|
gradientY — Property, class com.gestureworks.cml.elements.Dial |
|
how far (in pixels) the gradient is shifted vertically
|
gradientY — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets how far (in pixels) the gradient is shifted vertically. |
gradientY — Property, class com.gestureworks.cml.elements.OrbMenu |
|
how far (in pixels) the gradient is shifted horizontally
|
graphic — Property, class com.gestureworks.cml.elements.Magnifier |
|
Sets the graphic type: default, notch, or none. |
Graphic — class, package com.gestureworks.cml.elements |
|
The graphic element can draw many types of graphic types. |
Graphic() — Constructor, class com.gestureworks.cml.elements.Graphic |
|
Constructor
|
graphicArray — Property, class com.gestureworks.cml.elements.MaskContainer |
| |
graphicReps — Property, class com.gestureworks.cml.elements.RadioButtons |
|
A comma delimited string of ids of display objects to use for buttons. |
gridFitType — Property, class com.gestureworks.cml.elements.Text |
|
The type of grid fitting used for this text field. |
GridLayout — class, package com.gestureworks.cml.layouts |
|
The GridLayout positions the display objects in a grid. |
GridLayout() — Constructor, class com.gestureworks.cml.layouts.GridLayout |
|
Constructor
|
group — Property, class com.gestureworks.cml.elements.TouchContainer |
| |
groupid — Property, class com.gestureworks.cml.elements.FlickrQuery |
|
Groupid is currently not supported by the Actionscript version of the Flickr API. |
|
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 |