| 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 |
| C — Constant static property in class sekati.ui.Keyboard |
| |
| _cache — Property in class sekati.collections.Allocator |
| |
| calcNewVerts(a, b, c, d) — Method in class sekati.utils.BitmapTransform |
|
Calculate new vertices for the BitmapData. |
| calculate(src) — Static method in class sekati.crypt.Goauld |
|
Encodes and decodes a Goauld string with the character code shift value. |
| calculate(src) — Static method in class sekati.crypt.ROT13 |
|
Encodes or decodes a ROT13 string. |
| calculate(src) — Static method in class sekati.crypt.SHA1 |
|
Calculates the SHA1 checksum. |
| calculate(str) — Static method in class sekati.crypt.SHA256 |
|
Calculates the SHA256 checksum. |
| calculateMasterDimensions() — Method in class sekati.ui.RotationPlane |
|
Determine width : height relationships. |
| callable — Property in class sekati.reflect.MethodReflector |
|
Indicates if the MethodInfo describes a method, not a property or variable
|
| callHandler(o) — Method in class sekati.rpc.RemotingService |
|
Handle the call return; determine whether it is a result or a
fault and dispatch the appropriate event. |
| callProperty(name, ... rest) — Method in class sekati.collections.OrderedDictionary |
|
|
| camera — Property in class sekati.media.CameraDevice |
|
The attached camera driver instance. |
| CameraDevice — Class in package sekati.media |
|
CameraDevice provides a Camera control DisplayObject to the API. |
| CameraDevice(width, height, motionLevel, fps, timeout, bandwidth, quality, autoPoll) — Constructor in class sekati.media.CameraDevice |
|
CameraDevice Constructor
|
| Canvas — Class in package sekati.display |
|
The API Canvas (sekati.display.Document's superclass): exposes top-level, "global"
access to the stage, root, loaderInfo & flashVar for
all classes (including non-DisplayObject classes). |
| Canvas() — Constructor in class sekati.display.Canvas |
|
Canvas Constructor
|
| _caps — Property in class sekati.draw.Bezier |
| |
| _caps — Property in class sekati.draw.Curve |
| |
| _caps — Property in class sekati.draw.Line |
| |
| _caps — Property in class sekati.draw.Rect |
| |
| CAPS — Constant static property in class sekati.draw.Bezier |
| |
| CAPS — Constant static property in class sekati.draw.Curve |
| |
| CAPS — Static property in class sekati.draw.DrawStyle |
| |
| CAPS — Constant static property in class sekati.draw.Line |
| |
| CAPS — Constant static property in class sekati.draw.Rect |
| |
| capsLock — Static property in class sekati.ui.Keyboard |
|
Specifies whether the Caps Lock key is activated (true) or not (false). |
| CAPS_LOCK — Constant static property in class sekati.ui.Keyboard |
| |
| _caption — Property in class sekati.ui.TextButton |
| |
| center — Property in class sekati.display.StageDisplay |
|
Stage center point. |
| center(a, b, c) — Static method in class sekati.math.Range |
|
Locate and return the middle value between the three. |
| centerPop(wURL, wName, w, h, scr) — Static method in class sekati.external.ExternalBase |
|
Javascript pop centered window. |
| centerx — Property in class sekati.ui.Viewport |
|
Return viewport center x position. |
| centerX — Property in class sekati.display.StageDisplay |
|
Stage horizontal center. |
| centery — Property in class sekati.ui.Viewport |
|
Return viewport center y position. |
| centerY — Property in class sekati.display.StageDisplay |
|
Stage vertical center. |
| changeContrast(hex, inc) — Static method in class sekati.utils.ColorUtil |
|
Change the contrast of a hexidecimal Number by a certain increment
|
| _changed — Property in class sekati.draw.AbstractShape |
|
Indicates the Shape needs to be redrawn and prevents redrawing
when other objects fire the RENDER event via stage.invalidate()
|
| channel — Property in class sekati.media.MP3 |
|
The SoundChannel. |
| checkBuffer() — Method in class sekati.media.FLV |
|
Handle buffer externally to ns.bufferTime so we can achieve proper cuePoint timing. |
| checkBuffer() — Method in class sekati.media.MP3 |
|
Handle buffer externally to ns.bufferTime so we can achieve proper cuePoint timing. |
| checkCollisions() — Method in class sekati.collisions.AbstractCollisionDetector |
|
Stub function for subclasses which checks for collisions and returns a Collision TypedArray
containing all Collision's. |
| checkCollisions() — Method in class sekati.collisions.CollisionDetector |
|
Check for collisions with the target, if an object collided it is recorded and returned by
checkCollisions() as an TypedArray of Collision objects. |
| checkCollisions() — Method in class sekati.collisions.GroupCollisionDetector |
|
Check for collisions between the DisplayObjects, if an object collided with another it is recorded
and returned by checkCollisions() as an TypedArray of Collision objects. |
| circle(bmp, px, py, r, c) — Static method in class sekati.draw.Raster |
|
Draw a circle
|
| circle(center, radius) — Method in class sekati.layout.Sort |
|
Sort items in a circle. |
| circlePattern — Property in class sekati.ui.CirclePreloader |
| |
| CirclePreloader — Class in package sekati.ui |
|
CirclePreloader provides a circular dotted UI preloader element. |
| CirclePreloader(amount, radius, dotRadius, colors, alphas, ratios) — Constructor in class sekati.ui.CirclePreloader |
|
CirclePreloader Constructor
|
| clamp(val, min, max) — Static method in class sekati.math.MathBase |
|
Clamp constrains a value to the defined numeric boundaries. |
| CLAMP — Constant static property in class sekati.filters.FilterMode |
|
Clamp the displacement to the edge of the source. |
| className(o) — Static method in class sekati.reflect.Stringifier |
|
Return the class or class instances fully qualified class name. |
| ClassReflector — Class in package sekati.reflect |
|
ClassReflector provides a centralized class reflection API. |
| ClassReflector(o) — Constructor in class sekati.reflect.ClassReflector |
|
ClassReflector Constructor
|
| clean(target) — Static method in class sekati.filters.FilterBase |
|
Remove all filters. |
| cleanBevel(target) — Static method in class sekati.filters.FilterBase |
|
Remove all bevel filters. |
| cleanBlur(target) — Static method in class sekati.filters.FilterBase |
|
Remove all blur filters. |
| cleanGlow(target) — Static method in class sekati.filters.FilterBase |
|
Remove all glow filters. |
| cleanGradientBevel(target) — Static method in class sekati.filters.FilterBase |
|
Remove all gradient bevel filters. |
| cleanGradientGlow(target) — Static method in class sekati.filters.FilterBase |
|
Remove all gradient glow filters. |
| cleanShadow(target) — Static method in class sekati.filters.FilterBase |
|
Remove all shadow filters. |
| clear() — Method in class sekati.collections.ArrayCollection |
|
Removes all items from the collection. |
| clear() — Method in class sekati.collections.DisplayListCollection |
|
Removes all items from the collection. |
| clear() — Method in interface sekati.collections.ICollection |
|
Removes all items from the collection. |
| clear() — Method in class sekati.draw.Bezier |
|
Clear the drawn graphics Shape. |
| clear() — Method in class sekati.draw.Curve |
|
Clear the drawn graphics Shape. |
| clear() — Method in class sekati.draw.GradientRect |
|
Clear the drawn graphics Shape. |
| clear() — Method in interface sekati.draw.ITweenableDrawing |
|
Clear the drawn graphics Shape. |
| clear() — Method in class sekati.draw.Line |
|
Clear the drawn graphics Shape. |
| clear() — Method in class sekati.draw.Rect |
|
Clear the drawn graphics Shape. |
| clear() — Method in class sekati.net.LocalSharedObject |
|
Purge all data from the shared objects contents and remove it from disk. |
| clear() — Static method in class sekati.utils.Clipboard |
|
Remove content from the System clipboard. |
| clearArrays() — Method in class sekati.collisions.AbstractCollisionDetector |
|
Clear the objectCheckArray and objectCollisionArray. |
| clearChanged() — Method in class sekati.draw.AbstractShape |
|
Flag the shape change rendering has been completed. |
| clearFields(o) — Static method in class sekati.utils.TextUtil |
|
Clear a TextField text or to all TextField's texts in a DisplayObject. |
| clearFilterType(target, filterType) — Static method in class sekati.filters.FilterBase |
|
Removes all filters by filterType. |
| clearKeys(e) — Method in class sekati.managers.KeyManager |
|
Clear the keyMap. |
| clearReconnectInterval() — Method in class sekati.net.PersistentXMLSocket |
|
Clear any reconnect attempts. |
| click(e) — Method in class sekati.display.InteractiveSprite |
|
Stub: click event handler. |
| Clipboard — Class in package sekati.utils |
|
Basic System Clipboard Management. |
| Clipboard() — Constructor in class sekati.utils.Clipboard |
|
Clipboard Static Constructor
|
| clipboardContent — Static property in class sekati.utils.Clipboard |
| |
| clone() — Method in class sekati.events.ApplicationEvent |
|
|
| clone() — Method in class sekati.events.BootstrapEvent |
|
|
| clone() — Method in class sekati.events.BrowserEvent |
|
|
| clone() — Method in class sekati.events.CollisionEvent |
|
|
| clone() — Method in class sekati.events.DeviceEvent |
|
|
| clone() — Method in class sekati.events.ExternalMouseEvent |
| |
| clone() — Method in class sekati.events.LoaderQueueEvent |
|
|
| clone() — Method in class sekati.events.LogEvent |
|
|
| clone() — Method in class sekati.events.MediaEvent |
|
|
| clone() — Method in class sekati.events.ServiceEvent |
|
|
| clone() — Method in class sekati.events.StageEvent |
|
|
| clone() — Method in class sekati.events.ViewportEvent |
|
|
| clone() — Method in class sekati.geom.Dimension |
|
Creates and returns a copy of this Dimension. |
| clone() — Method in interface sekati.geom.IPoint |
| |
| clone() — Method in class sekati.geom.Point |
|
Clone this Point. |
| clone(object) — Static method in class sekati.utils.ObjectUtil |
|
Clone an Object (Deep Copying)
|
| clone3D() — Method in class sekati.geom.Point3D |
|
Clone this Point3D. |
| close() — Method in class sekati.load.AbstractLoader |
|
Stop the loading process. |
| close() — Method in interface sekati.load.ILoader |
|
Stop the loading process. |
| close() — Method in class sekati.ui.Image |
|
Cancel the load() operation in progress. |
| closeHandler(e) — Method in class sekati.load.AbstractLoader |
|
Event.CLOSE handler. |
| closeHandler(e) — Method in class sekati.net.PersistentXMLSocket |
|
Close Handler. |
| _code — Property in class sekati.events.MediaEvent |
| |
| code — Property in class sekati.events.MediaEvent |
|
The MediaEvent's status code string. |
| collide() — Method in class sekati.display.ForceSprite |
|
Handle a collision
|
| Collision — Class in package sekati.collisions |
|
Collision provides the data associated with a DisplayObject collision. |
| Collision(object1, object2, angle, overlap) — Constructor in class sekati.collisions.Collision |
|
Collision Constructor
|
| COLLISION — Constant static property in class sekati.events.CollisionEvent |
|
|
| CollisionAngle — Class in package sekati.collisions |
|
CollisionAngle provides return angle types for Collision detectors. |
| CollisionAngle() — Constructor in class sekati.collisions.CollisionAngle |
|
CollisionAngle Static Constructor
|
| CollisionDetector — Class in package sekati.collisions |
|
CollisionDetector provides collision detection to a single target display
object against all other display objects registered with the detector (one to many). |
| CollisionDetector(target, ... rest) — Constructor in class sekati.collisions.CollisionDetector |
|
CollisionDetector Constructor
|
| CollisionEvent — Class in package sekati.events |
|
CollisionEvent
|
| CollisionEvent(type, collisions:sekati.collections:TypedArray, bubbles, cancelable) — Constructor in class sekati.events.CollisionEvent |
|
CollisionEvent Constructor
|
| collisions — Property in class sekati.events.CollisionEvent |
|
A TypedArray containing one or more Collision objects. |
| _color — Property in class sekati.draw.Bezier |
| |
| color — Property in class sekati.draw.Bezier |
|
Return the color. |
| _color — Property in class sekati.draw.Curve |
| |
| color — Property in class sekati.draw.Curve |
|
Return the color. |
| _color — Property in class sekati.draw.Line |
| |
| color — Property in class sekati.draw.Line |
|
Return the color. |
| _color — Property in class sekati.draw.Rect |
| |
| color — Property in class sekati.draw.Rect |
|
Return the color. |
| color(mc, color) — Static method in class sekati.utils.DisplayUtil |
|
Change the color of a display object, works when setting the color property of the colorTransform does not,
for "stubborn" elements. |
| COLOR — Constant static property in class sekati.draw.Bezier |
| |
| COLOR — Constant static property in class sekati.draw.Curve |
| |
| COLOR — Static property in class sekati.draw.DrawStyle |
| |
| COLOR — Constant static property in class sekati.draw.Line |
| |
| COLOR — Constant static property in class sekati.draw.Rect |
| |
| COLOR — Constant static property in class sekati.filters.FilterMode |
|
Substitute the value in the color and alpha properties if the displacement value is outside the source. |
| _colors — Property in class sekati.draw.GradientRect |
| |
| colors — Property in class sekati.draw.GradientRect |
|
The gradient color array. |
| _colors — Property in class sekati.ui.CirclePreloader |
| |
| colorTo(c) — Static method in class sekati.transitions.Motion |
|
Return a base tween object color transition
|
| ColorUtil — Class in package sekati.utils |
|
Static class wrapping various Color utilities. |
| ColorUtil() — Constructor in class sekati.utils.ColorUtil |
|
ColorUtil Static Constructor
|
| columns — Property in class sekati.text.TextFlow |
|
The number of columns in the flow. |
| COMMA — Constant static property in class sekati.ui.Keyboard |
| |
| commaFormatNumber(inNum) — Static method in class sekati.utils.StringUtil |
|
format a number with commas - ie. |
| COMMAND — Constant static property in class sekati.ui.Keyboard |
| |
| COMMENT — Constant static property in class sekati.utils.XMLUtil |
|
Constant representing a comment node type returned from XML.nodeKind. |
| compare(alpha, beta) — Static method in class sekati.math.IntBase |
| |
| compare(aA, aB, hasSameOrder) — Static method in class sekati.utils.ArrayUtil |
|
Compare two arrays to see if their values (and optionally order) are identical. |
| compare(o1, o2) — Static method in class sekati.validators.TypeValidator |
|
Compares the types of two objects. |
| complete — Property in class sekati.load.LoaderQueue |
|
The completion status of the queue; if true the queue is complete, if false the queue is not finished. |
| COMPLETE — Constant static property in class sekati.events.LoaderQueueEvent |
| |
| COMPLETE — Constant static property in class sekati.events.MediaEvent |
|
|
| componentsFromHex(hex) — Static method in class sekati.utils.ColorUtil |
|
Convert an RGB hexidecimal value to an object containing its R,G,B components. |
| compress(src) — Static method in class sekati.crypt.LZW |
|
Compresses the specified text. |
| concat(... rest) — Method in class sekati.collections.TypedArray |
|
|
| configBackPlane() — Method in class sekati.ui.RotationPlane |
|
Configure the back plane (material1). |
| configFrontPlane() — Method in class sekati.ui.RotationPlane |
|
Configure the front plane (material0). |
| configHandler(e) — Method in class sekati.display.DocumentPreloader |
|
The config.xml has loaded; wait for notification from initUIIntro to set introComplete. |
| configListeners(isAdd) — Method in class sekati.display.DraggableSprite |
|
Event listener management. |
| configListeners(isAdd) — Method in class sekati.display.InteractiveSprite |
|
Event listener management. |
| configListeners(isAdd) — Method in class sekati.display.LiquidSprite |
|
Event listener management. |
| configListeners(isAdd) — Method in class sekati.ui.Image |
|
Configure the adding and removing of Image listeners. |
| configUI() — Method in class sekati.ui.AbstractPreloader |
|
Configure UI elements. |
| configUI() — Method in class sekati.ui.CirclePreloader |
|
Configure UI elements. |
| configUI() — Method in class sekati.ui.TextButton |
|
Configure UI Elements. |
| configUI() — Method in class sekati.views.AbstractInteractiveView |
|
Configure View Elements: We do this to gain JIT which is unavailable in the constructor. |
| configUI() — Method in class sekati.views.AbstractLiquidView |
|
Configure View Elements: We do this to gain JIT which is unavailable in the constructor. |
| configUI() — Method in class sekati.views.AbstractView |
|
Configure View Elements: We do this to gain JIT which is unavailable in the constructor. |
| configureListeners(isAdd) — Method in class sekati.load.AbstractLoader |
|
Configure the adding & removing of loader listeners. |
| configureListeners(isAdd) — Method in class sekati.load.LoaderQueue |
|
Configure the adding & removing of loader listeners. |
| configureListeners() — Method in class sekati.net.PersistentXMLSocket |
|
Configure Socket listeners
|
| CONF_URI — Static property in class sekati.core.App |
|
Location of the config.xml file. |
| CONF_URI — Static property in class sekati.display.DocumentPreloader |
|
The config.xml location used by the DocumentPreloader and Document
passed via FlashVars or defaulting to xml/config.xml. |
| connectDevice() — Method in class sekati.media.CameraDevice |
|
Connect the Camera to a Video stream. |
| connectDevice() — Method in class sekati.media.MicrophoneDevice |
|
Connect to the Microphone to a Video stream. |
| connectHandler(e) — Method in class sekati.net.PersistentXMLSocket |
|
Connect Handler. |
| constrain(val, min, max) — Static method in class sekati.math.MathBase |
|
Constrain a value to the defined numeric boundaries. |
| constructor — Property in class sekati.reflect.ClassReflector |
|
Constructor description
|
| container — Property in class SekatiPreloader |
| |
| container — Property in class sekati.collections.DisplayListCollection |
|
Return the collection container data
|
| container — Property in class sekati.ui.CirclePreloader |
| |
| contains(d:sekati.geom:Dimension) — Method in class sekati.geom.Dimension |
|
Returns true if the passed Dimension fits within the bounds of this Dimension. |
| contains(child) — Method in class sekati.managers.LayoutManager |
|
Does the stage contain this object?
|
| contains(a, val) — Static method in class sekati.utils.ArrayUtil |
|
Determines if a value exists within the array. |
| containsProper(d:sekati.geom:Dimension) — Method in class sekati.geom.Dimension |
|
Returns true if this Dimension properly contains the one specified. |
| content — Property in class sekati.load.ByteArrayLoader |
|
The strictly-typed binary ByteArray loader content. |
| content — Property in class sekati.load.ImageLoader |
|
The strictly-typed Bitmap loader content. |
| content — Property in class sekati.load.SoundLoader |
|
The strictly-typed Sound loader content. |
| content — Property in class sekati.load.StyleSheetLoader |
|
The strictly-typed StyleSheet loader content. |
| content — Property in class sekati.load.SWFLoader |
|
The strictly-typed MovieClip loader content. |
| content — Property in class sekati.load.TextLoader |
|
The strictly-typed text String loader content. |
| content — Property in class sekati.load.VariableLoader |
|
The strictly-typed URLVariables loader content. |
| content — Property in class sekati.load.XMLLoader |
|
The strictly-typed XML loader content. |
| content — Property in class sekati.utils.AbstractEmbeddedAsset |
|
The asset contents. |
| contentHeight — Property in class sekati.display.StageDisplay |
|
The height, in pixels, of the Stage contents. |
| contentLoaderInfo — Property in class sekati.load.SWFLoader |
|
Return the contentLoaderInfo property from the SWF loader. |
| contentWidth — Property in class sekati.display.StageDisplay |
|
The width, in pixels, of the Stage contents. |
| context — Property in class sekati.load.AbstractLoader |
|
Returns LoaderContext (for Loader types only). |
| context — Property in interface sekati.load.ILoader |
|
Returns LoaderContext (for Loader types only). |
| context — Property in class sekati.media.MP3 |
|
The SoundLoaderContext for the Sound. |
| ContextMenuManager — Final class in package sekati.managers |
|
ContextMenuManager provides a customizable application level ContextMenu
when implementing the API. |
| ContextMenuManager($) — Constructor in class sekati.managers.ContextMenuManager |
|
ContextMenuManager Singleton Constructor
|
| ContextualMenu — Class in package sekati.ui |
|
ContextualMenu provides a common ContextMenu interface. |
| ContextualMenu(target, hasBuiltInItems, enable) — Constructor in class sekati.ui.ContextualMenu |
|
ContextualMenu Constructor
|
| CONTROL — Constant static property in class sekati.ui.Keyboard |
| |
| CoordinateTool — Class in package sekati.layout |
|
CoordinateTool provides basic coordinate translation and management utilities. |
| CoordinateTool() — Constructor in class sekati.layout.CoordinateTool |
|
CoordinateTool Static Constructor
|
| copy(a) — Static method in class sekati.utils.ArrayUtil |
|
Create a non-unique copy of the array. |
| CoreBitmapData — Class in package sekati.display |
|
CoreBitmapData provides a common interface for capturing,
scaling & cropping BitmapData from a DisplayObject. |
| CoreBitmapData(src, x, y, width, height, scale, transparent, fillColor) — Constructor in class sekati.display.CoreBitmapData |
|
CoreBitmapData Constructor
|
| CoreObject — Dynamic class in package sekati.core |
|
The core object in the Sekati API. |
| CoreObject() — Constructor in class sekati.core.CoreObject |
|
CoreObject Constructor calls superclass, links _this and injects a
sekati.crypt.RUID via sekati.core.KeyFactory. |
| CoreShape — Class in package sekati.display |
|
CoreShape is a foundational Shape class for code-driven Graphic DisplayObject's. |
| CoreShape() — Constructor in class sekati.display.CoreShape |
|
CoreShape Constructor
|
| CoreSprite — Class in package sekati.display |
|
CoreSprite is a foundational DisplayObject class
and can be thought of as one of the main building block of
API-based applications. |
| CoreSprite() — Constructor in class sekati.display.CoreSprite |
|
CoreSprite Constructor
|
| count — Property in class sekati.collections.ArrayCollection |
|
How many items exist within the collection. |
| count — Property in class sekati.collections.DisplayListCollection |
|
How many items exist within the collection. |
| count — Property in interface sekati.collections.ICollection |
|
How many items exist within the collection. |
| countDays(start, end) — Static method in class sekati.utils.DateUtil |
|
The number of days between the start value and the end value. |
| counter(tf, startValue, endValue, floatPrecision, stepDivisor) — Static method in class sekati.text.TextEffect |
|
Count up any positive numeric value in a text field
|
| create() — Static method in class sekati.crypt.GUID |
|
Creates a new Genuine Unique IDentifier. |
| create() — Static method in class sekati.crypt.RUID |
|
Generate a runtime unique id
|
| create(target, fn, ... rest) — Static method in class sekati.utils.Delegate |
|
Similar to Delegate
|
| createField(str, x, y, width, height, multiline, font, size, color, autoSize, embedFonts, selectable, css) — Static method in class sekati.utils.TextUtil |
|
Create a TextField instance and return it. |
| createMedia() — Method in class sekati.ui.AbstractMediaPlayer |
|
Instantiate IProgressiveMedia (stub). |
| createMedia() — Method in class sekati.ui.FLVPlayer |
|
Instantiate IProgressiveMedia (stub). |
| createMedia() — Method in class sekati.ui.MP3Player |
|
Instantiate IProgressiveMedia (stub). |
| CreditCardValidator — Class in package sekati.validators |
|
CreditCardValidator provides basic Credit Card validation before sending to a CC gateway. |
| CreditCardValidator() — Constructor in class sekati.validators.CreditCardValidator |
|
CreditCardValidator Static Constructor
|
| CROSSDOMAIN_BOOTLOAD — Static property in class sekati.core.App |
|
Indicates whether the Crossdomain Policy File should be loaded during Bootstrap. |
| CROSSDOMAIN_URI — Static property in class sekati.core.App |
|
Crossdomain location as defined in config.xml. |
| css — Static property in class sekati.core.App |
|
The parsed application stylesheet. |
| CSS_BOOTLOAD — Static property in class sekati.core.App |
|
Indicates whether the CSS stylesheet should be loaded during Bootstrap. |
| CSS_LOADER — Constant static property in class sekati.load.FileType |
| |
| CSS_URI — Static property in class sekati.core.App |
|
External application CSS location as defined in config.xml. |
| cubicBezier(bmp, x0, y0, x1, y1, x2, y2, x3, y3, c, resolution) — Static method in class sekati.draw.Raster |
|
Draws a Cubic Bezier Curve
|
| CUE_POINT — Static property in class sekati.events.MediaEvent |
|
|
| _cuePointData — Property in class sekati.events.MediaEvent |
| |
| cuePointData — Property in class sekati.events.MediaEvent |
|
The MediaEvent's cue point data object from the FLV cuePointData.parameters['parameterName']
Where parameterName is the variable name specified when cue point was created. |
| CUE_POINT_DISPLAY — Static property in class sekati.events.MediaEvent |
|
|
| cuePointHandler(infoObject) — Method in class sekati.media.FLV |
|
NetStream cuepoint handler. |
| current() — Method in class sekati.collections.ArrayBidirectionalIterator |
|
Return the current element
|
| current() — Method in class sekati.collections.ArrayBounceIterator |
|
Return the current element
|
| _currentCuePoint — Property in class sekati.ui.FLVPlayer |
| |
| currentCuePoint — Property in class sekati.ui.FLVPlayer |
|
Returns reference to current cue point data object. |
| currentFps — Property in class sekati.profiler.PerformanceMonitor |
|
The current FPS. |
| currentFPS — Property in class sekati.media.CameraDevice |
|
The rate at which the camera is capturing data, in frames per second. |
| currentID3 — Property in class sekati.ui.MP3Player |
|
Returns reference to current ID3 data object. |
| _currentIndex — Property in class sekati.load.LoaderQueue |
| |
| currentLoader — Property in class sekati.load.LoaderQueue |
|
The currently queued ILoader. |
| currentLoaderURL — Property in class sekati.load.LoaderQueue |
|
The currently queued ILoader. |
| currentMem — Property in class sekati.profiler.PerformanceMonitor |
|
The current global flashplayer memory usage. |
| _currentSeed — Property in class sekati.math.PRNG |
| |
| currentSeed — Property in class sekati.math.PRNG |
|
Return the current seed. |
| _currentValue — Property in class sekati.text.FocusToggle |
| |
| Curve — Class in package sekati.draw |
|
Curve provides a Tweenable 3-point curved line which, unlike Bezier does not require a control point. |
| Curve(startX, startY, thruX, thruY, endX, endY, thickness, color, alpha, pixelHinting, scaleMode, caps, joints, miterLimit) — Constructor in class sekati.draw.Curve |
|
Curve Constructor
|
| cx — Property in class sekati.display.DraggableSprite |
| |
| _cx — Property in class sekati.draw.Bezier |
| |
| cx — Property in class sekati.draw.Bezier |
|
Return the control x pos. |
| cy — Property in class sekati.display.DraggableSprite |
| |
| _cy — Property in class sekati.draw.Bezier |
| |
| cy — Property in class sekati.draw.Bezier |
|
Return the control y pos. |
|
| 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 |