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 |
label — Property, class com.gestureworks.cml.elements.Drawer |
|
The Text component that displays the drawer's title
|
_label — Property, class com.gestureworks.cml.elements.SlideMenu |
| |
label — Property, class com.gestureworks.cml.elements.SlideMenu |
| |
labelColor — Property, class com.gestureworks.cml.elements.ColorPicker |
|
The color of the labels
|
labelColor — Property, class com.gestureworks.cml.elements.Drawer |
|
The color of the handle's label
|
labelFont — Property, class com.gestureworks.cml.elements.Drawer |
|
The font of the handle's label
|
labelFontSize — Property, class com.gestureworks.cml.elements.Drawer |
|
The font size of the handle's label
|
labels — Property, class com.gestureworks.cml.elements.Accordion |
| |
labels — Property, class com.gestureworks.cml.elements.RadioButtons |
| |
landscape — Property, class com.gestureworks.cml.elements.Image |
|
specifies whether the loaded image is landscape or not
|
latitude — Property, class com.gestureworks.cml.elements.ModestMap |
|
Sets and retrives the latitude of the starting location. |
latitude — Property, class com.gestureworks.cml.elements.ModestMapMarker |
|
Specifies the latitude of map
|
layout — Property, class com.gestureworks.cml.elements.Album |
|
The album element is intended for a ListLayout only. |
layout — Property, class com.gestureworks.cml.elements.Tab |
|
Return layout from content container
|
layout — Property, class com.gestureworks.cml.elements.TouchContainer |
|
specifies the type of layout
|
layout(container:flash.display:DisplayObjectContainer) — method, interface com.gestureworks.cml.interfaces.ILayout |
|
Applies layout to the input container
|
layout(container:flash.display:DisplayObjectContainer) — method, class com.gestureworks.cml.layouts.FanLayout |
|
Positions and rotates the objects based on the type
|
layout(container:flash.display:DisplayObjectContainer) — method, class com.gestureworks.cml.layouts.GridLayout |
|
Apply grid layout to container object
Object passed must implement DisplayObjectContainer
|
layout(container:flash.display:DisplayObjectContainer) — method, class com.gestureworks.cml.layouts.Layout |
|
The object distribution function. |
layout(container:flash.display:DisplayObjectContainer) — method, class com.gestureworks.cml.layouts.ListLayout |
|
Apply layout type to container object
Object passed must implement IContainer
|
layout(container:flash.display:DisplayObjectContainer) — method, class com.gestureworks.cml.layouts.PileLayout |
|
Centers and rotates the container's display objects around a common point. |
layout(container:flash.display:DisplayObjectContainer) — method, class com.gestureworks.cml.layouts.PointLayout |
|
Places the display objects at user defined points
|
layout(container:flash.display:DisplayObjectContainer) — method, class com.gestureworks.cml.layouts.RandomLayout |
|
Apply layout type to container object
Object passed must implement DisplayObjectContainer
|
layout(id:String, container:com.gestureworks.cml.interfaces:IContainer) — method, class com.gestureworks.cml.managers.LayoutManager |
|
Adds the layout to the layoutList
|
Layout — class, package com.gestureworks.cml.layouts |
|
The Layout is the base class for all Layouts. |
Layout() — Constructor, class com.gestureworks.cml.layouts.Layout |
|
Constructor
|
layoutCML() — method, class com.gestureworks.cml.managers.DisplayManager |
|
Calls the applyLayout() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. |
LayoutKit — class, package com.gestureworks.cml.layouts |
|
The LayoutKit stores global layouts that can be accessed throughout
the CML file. |
LayoutKit(enforcer:LayoutKit.as$146:SingletonEnforcer) — Constructor, class com.gestureworks.cml.layouts.LayoutKit |
| |
layoutList — Property, class com.gestureworks.cml.elements.TouchContainer |
| |
layoutList — Property, class com.gestureworks.cml.managers.LayoutManager |
|
Returns a dictionary of layouts
|
LayoutManager — class, package com.gestureworks.cml.managers |
|
The LayoutManager manages global layout definitions. |
LayoutManager(enforcer:LayoutManager.as$18:SingletonEnforcer) — Constructor, class com.gestureworks.cml.managers.LayoutManager |
|
Constructor
|
leading — Property, class com.gestureworks.cml.elements.Text |
|
Sets the line spacing of text. |
leftCornerRadius — Property, class com.gestureworks.cml.elements.Drawer |
|
The radius of the upper left corner of the handle
|
leftHandle — Property, class com.gestureworks.cml.elements.Drawer |
|
The left mounted TouchContainer used to close the drawer when tapped. |
leftToRight — Property, class com.gestureworks.cml.layouts.GridLayout |
|
An optional boolean that creates the grid from left-to-right or top-to-bottom
|
leftTriangle — Property, class com.gestureworks.cml.elements.Dial |
|
Defines the left triangle of background
|
leftTriangleAlpha — Property, class com.gestureworks.cml.elements.Dial |
|
Sets the left triangle Transparency of background
|
leftTriangleColor — Property, class com.gestureworks.cml.elements.Dial |
|
Sets the left triangle color of background
|
leftTriangleScale — Property, class com.gestureworks.cml.elements.Dial |
|
Sets the scale of the left triangle
|
length — Property, interface com.gestureworks.cml.interfaces.IList |
|
Returns list length. |
letterSpacing — Property, class com.gestureworks.cml.elements.Text |
|
Sets the number of additional pixels to appear between each character. |
level — Property, class com.gestureworks.cml.elements.SlideMenu |
| |
libraryTypes — Static Property, class com.gestureworks.cml.managers.FileManager |
| |
line — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets line type, choose: color, gradient
todo: implement shader and bitmap lines
|
line — Property, class com.gestureworks.cml.elements.OrbMenu |
|
Defines intersection lines of background. |
lineAlpha — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets the alpha of the line
|
_lineCaps — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineCaps — Property, class com.gestureworks.cml.elements.Graphic |
|
Specifies the type of cap on the line ends
Choose: none, round, or square
|
lineColor — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets the color of the line
Line type must be color
|
lineGradientAlphaArray — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineGradientAlphas — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets lineGradient alphas when line type is gradient
Alpha values corespond to the colors in the gradient color list
Ordered list, max 12 (ex: 1, 1, 1)
|
lineGradientColorArray — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineGradientColors — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets lineGradient colors when line type is gradient
Ordered list, max 12 (ex: 0x000000, 0x555555, 0xFFFFFF)
|
lineGradientFocalPointRatio — Property, class com.gestureworks.cml.elements.Graphic |
|
A number that controls the location of the focal point of the lineGradient. |
lineGradientHeight — Property, class com.gestureworks.cml.elements.Graphic |
|
The height (in pixels) to which the gradient will spread. |
_lineGradientInterpolation — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineGradientInterpolation — Property, class com.gestureworks.cml.elements.Graphic |
|
Specifies which interpolation value to use: RGB or linearRGB
|
lineGradientRatioArray — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineGradientRatios — Property, class com.gestureworks.cml.elements.Graphic |
|
Color distribution ratios; valid values are 0-255. |
_lineGradientRotation — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineGradientRotation — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets the rotation (in degrees) that will be applied to the gradient. |
_lineGradientSpread — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineGradientSpread — Property, class com.gestureworks.cml.elements.Graphic |
|
Specifies which gradient spread method to use. |
_lineGradientType — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineGradientType — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets lineGradient type when line type is gradient. |
lineGradientWidth — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets the width (in pixels) to which the gradient will spread. |
lineGradientX — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets how far (in pixels) the gradient is shifted horizontally. |
lineGradientY — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets how far (in pixels) the gradient is shifted vertically. |
_lineJoints — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineJoints — Property, class com.gestureworks.cml.elements.Graphic |
|
Specifies the type of joint on the line ends
Choose: miter, round, or bevel
|
_lineMiterLimit — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineMiterLimit — Property, class com.gestureworks.cml.elements.Graphic |
|
Specifies the limit at which the miter is cut off
|
linePixelHinting — Property, class com.gestureworks.cml.elements.Graphic |
|
Specifies whether to hint strokes to full pixels. |
_lineScaleMode — Property, class com.gestureworks.cml.elements.Graphic |
| |
lineScaleMode — Property, class com.gestureworks.cml.elements.Graphic |
|
Specifies how the line stroke size changes when graphic is scaled
Choose: normal, none, or vertical
normal - Always scale the line thickness when the object is scaled (the default). |
lineStroke — Property, class com.gestureworks.cml.elements.Graphic |
|
Sets the width of the line stroke (in pixels)
|
linkAlbums — Property, class com.gestureworks.cml.components.AlbumViewer |
|
When the back is also an album, this flag indicates the actions applied to one album will be
applied to the other album. |
linkSlideshows — Property, class com.gestureworks.cml.components.SlideshowViewer |
|
When the back is also an album, this flag indicates the actions applied to one album will be
applied to the other album. |
listenForEvents() — method, class com.gestureworks.cml.elements.SlideMenu |
| |
listenLoadComplete() — method, class com.gestureworks.cml.components.FlickrViewer |
|
Enables load complete listener
|
ListLayout — class, package com.gestureworks.cml.layouts |
|
The ListLayout positions the display objects in a list. |
ListLayout() — Constructor, class com.gestureworks.cml.layouts.ListLayout |
|
Constructor
|
liveVideo — Property, class com.gestureworks.cml.components.LiveVideoViewer |
|
Sets the livevideo element. |
LiveVideo — class, package com.gestureworks.cml.elements |
|
The LiveVideo element captures and displays live video input from a user’s camera and also captures audio from a microphone. |
LiveVideo() — Constructor, class com.gestureworks.cml.elements.LiveVideo |
|
LiveVideoElement Constructor. |
LiveVideoViewer — class, package com.gestureworks.cml.components |
|
The LiveVideoViewer component is primarily meant to display a LiveVideo element and its associated meta-data. |
LiveVideoViewer() — Constructor, class com.gestureworks.cml.components.LiveVideoViewer |
|
live video viewer Constructor
|
load() — method, class com.gestureworks.cml.elements.MP3 |
| |
loadCnt — Property, class com.gestureworks.cml.elements.Dock |
| |
loadComplete(event:flash.events:Event) — method, class com.gestureworks.cml.elements.Image |
|
This is called when the image is loaded. |
loadComplete() — method, class com.gestureworks.cml.managers.DisplayManager |
|
Calls the loadComplete() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. |
loadCSS(filePath:String) — method, class com.gestureworks.cml.managers.CSSManager |
|
Loads a CSS file
|
loaded — Property, class com.gestureworks.cml.elements.Flickr |
|
Read-only property indicating if the element is loaded or not. |
loaded — Property, class com.gestureworks.cml.elements.FlickrQuery |
|
Read-only property indicating if the element is loaded or not. |
loaded — Property, class com.gestureworks.cml.elements.Gigapixel |
|
Indicated whether the gigaPixel image is loaded
|
loaded — Property, class com.gestureworks.cml.elements.ModestMap |
|
Read-only property indicating if the element is loaded or not. |
loaded — Property, class com.gestureworks.cml.elements.ScrollBar |
|
Checks to see if the element is loaded. |
loaded — Property, class com.gestureworks.cml.elements.YouTube |
| |
loadRenderer() — method, class com.gestureworks.cml.managers.DisplayManager |
|
Loads all renderers through the CMLObjectList by
looping through the index of the CMLObjectList. |
loadState(sId:any, recursion:Boolean) — method, class com.gestureworks.cml.elements.TouchContainer |
|
Loads state by index number. |
loadState(sId:any, recursion:Boolean) — method, interface com.gestureworks.cml.interfaces.IState |
|
Loads state by index number. |
loadState(stateId:any) — Static Method , class com.gestureworks.cml.managers.StateManager |
|
Loads applicable objects with provided states by state id. |
loadText — Property, class com.gestureworks.cml.elements.Dock |
| |
loadURL(URL:String) — method, class com.gestureworks.cml.elements.HTML |
|
Load url
|
localToScene(p:flash.geom:Point) — method, class com.gestureworks.cml.elements.Gigapixel |
| |
lockBaseURL — Property, class com.gestureworks.cml.elements.HTML |
|
Locks base url. |
longitude — Property, class com.gestureworks.cml.elements.ModestMap |
|
Sets and retrives the longitude of the starting location. |
longitude — Property, class com.gestureworks.cml.elements.ModestMapMarker |
|
Specifies the longitude of map
|
loop — Property, class com.gestureworks.cml.elements.Album |
|
A flag instructing the album to continuously cycle through the objects opposed
to stopping at the beginning or end. |
loop — Property, class com.gestureworks.cml.elements.MP3 |
|
Mp3 loop play
|
loop — Property, class com.gestureworks.cml.elements.Media |
|
Indicates whether the media will re-play when it has reached the end
|
loop — Property, class com.gestureworks.cml.elements.Slideshow |
|
Sets whether or not the sequence will loop once it reaches the end or beginning depending on play direction. |
loop — Property, class com.gestureworks.cml.elements.Stack |
|
Specifies whether the stack loops to the beginning and continues while toggling
|
loop — Property, class com.gestureworks.cml.elements.Video |
|
Video loop play
|
loop — Property, class com.gestureworks.cml.elements.WAV |
|
Specifies wether the wav file will to loop to the beginning and continue playing upon completion
|
loopback — Property, class com.gestureworks.cml.elements.VideoCamera |
|
Indicates whether a local view of what the camera is capturing is compressed
and decompressed (true), as it would be for live transmission using
Flash Media Server, or uncompressed (false). |
loopCML(cml:XMLList, parent:any) — Static Method , class com.gestureworks.cml.core.CMLParser |
|
Recursive CML parsing
|
loopQueue — Property, class com.gestureworks.cml.elements.Album |
|
The queue storing the order of children in the loop from head to tail
|
|
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 |