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 |
a(href, text, styleClass) — Static method in class sekati.utils.HTMLCode |
|
Generate an A HREF tag. |
A — Constant static property in class sekati.ui.Keyboard |
| |
aaCircle(bmp, px, py, r, c) — Static method in class sekati.draw.Raster |
|
Draw an anti-aliased circle
|
aaLine(bmp, x1, y1, x2, y2, c) — Static method in class sekati.draw.Raster |
|
Draw an anti-aliased line
|
AbstractCalendar — Class in package sekati.ui |
|
AbstractCalendar provides some basic abstracted calendar logic for UI classes such as
days of each month (factoring leap years), first day of week in month, surrounding months, etc. |
AbstractCalendar(date) — Constructor in class sekati.ui.AbstractCalendar |
|
AbstractCalendar Constructor
|
AbstractCollisionDetector — Class in package sekati.collisions |
|
AbstractCollisionDetector provides the core collision detection logic abstract to its subclasses. |
AbstractCollisionDetector() — Constructor in class sekati.collisions.AbstractCollisionDetector |
|
AbstractCollisionDetector Constructor
|
AbstractEmbeddedAsset — Class in package sekati.utils |
|
AbstractEmbeddedAsset
|
AbstractEmbeddedAsset(assetType) — Constructor in class sekati.utils.AbstractEmbeddedAsset |
|
AbstractEmbeddedAsset Constructor
|
AbstractInteractiveView — Class in package sekati.views |
|
AbstractInteractiveView provides an interactive UI view abstract. |
AbstractInteractiveView() — Constructor in class sekati.views.AbstractInteractiveView |
|
AbstractInteractiveView Constructor
|
AbstractLiquidView — Class in package sekati.views |
|
AbstractLiquidView provides a liquid UI view abstract. |
AbstractLiquidView() — Constructor in class sekati.views.AbstractLiquidView |
|
AbstractLiquidView Constructor
|
AbstractLoader — Class in package sekati.load |
|
AbstractLoader provides the core Loader & URLLoader logic for API Loaders. |
AbstractLoader(loaderType, url) — Constructor in class sekati.load.AbstractLoader |
|
AbstractLoader Constructor
|
AbstractMediaPlayer — Class in package sekati.ui |
|
AbstractMediaPlayer provides abstract player control logic for audio/video players and the likes. |
AbstractMediaPlayer(playBtn, progressBar, bufferBar, gutterBar, volumeBtn) — Constructor in class sekati.ui.AbstractMediaPlayer |
|
AbstractMediaPlayer Constructor
|
AbstractPreloader — Class in package sekati.ui |
|
AbstractPreloader provides a Preloader UI Abstract element. |
AbstractPreloader() — Constructor in class sekati.ui.AbstractPreloader |
|
AbstractPreloader Constructor
|
AbstractShape — Class in package sekati.draw |
|
AbstractShape provides an API base class for drawn shapes. |
AbstractShape() — Constructor in class sekati.draw.AbstractShape |
|
AbstractShape Constructor
|
AbstractTextField — Class in package sekati.text |
|
AbstractTextField
|
AbstractTextField() — Constructor in class sekati.text.AbstractTextField |
|
AbstractTextField is a foundational TextField class and should be thought
of as one of the main textual building block of the API. |
AbstractView — Class in package sekati.views |
|
AbstractView provides a UI view abstract. |
AbstractView() — Constructor in class sekati.views.AbstractView |
|
AbstractView Constructor
|
ACTIVATE — Constant static property in class sekati.events.StageEvent |
|
|
activateHandler(e) — Method in class sekati.display.StageDisplay |
|
Dispatches StageEvent>ACTIVATE when application regains focus. |
activating — Property in class sekati.events.DeviceEvent |
|
Boolean representing whether the device is experiencing activity (true ) or not (false). |
activityHandler(e) — Method in class sekati.media.CameraDevice |
|
Responds to camera activity. |
activityHandler(e) — Method in class sekati.media.MicrophoneDevice |
|
Responds to camera activity. |
activityLevel — Property in class sekati.events.DeviceEvent |
|
The amount of activity the device is detecting. |
activityLevel — Property in class sekati.media.CameraDevice |
|
The amount of activity the device is detecting. |
activityLevel — Property in interface sekati.media.IDevice |
|
The amount of activity the device is detecting. |
activityLevel — Property in class sekati.media.MicrophoneDevice |
|
The amount of activity the device is detecting. |
addBevel(target, filter) — Static method in class sekati.filters.FilterBase |
|
Add a new bevel filter. |
addBlur(target, filter) — Static method in class sekati.filters.FilterBase |
|
Add a new blur filter. |
addChild(child) — Method in class sekati.managers.LayoutManager |
|
|
addChildAt(child, index) — Method in class sekati.managers.LayoutManager |
|
|
addChildren(... rest) — Method in class sekati.display.CoreSprite |
|
Add multiple child DisplayObject 's. |
addChildren(o, ... rest) — Static method in class sekati.utils.DisplayUtil |
|
A bulk addChild
|
addColorMatrix(target, filter) — Static method in class sekati.filters.FilterBase |
|
Add a new color filter. |
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class sekati.events.ApplicationEventDispatcher |
|
Registers an ApplicationEvent listener with the ApplicationEventDispatcher singleton so that the listener receives notification of that
ApplicationEvent (or ApplicationEvent descendent). |
addFilter(filter, cx, cy, width, height) — Method in class sekati.display.CoreBitmapData |
|
Apply a BitmapFilter to the BitmapData . |
addFilter(target, filter) — Static method in class sekati.filters.FilterBase |
|
Add a filter. |
addFrameListener(handler) — Method in class sekati.events.FramePulse |
| |
addGlow(target, filter) — Static method in class sekati.filters.FilterBase |
|
Set a glow filter. |
addGradientBevel(target, filter) — Static method in class sekati.filters.FilterBase |
|
Add a new gradient bevel filter. |
addGradientGlow(target, filter) — Static method in class sekati.filters.FilterBase |
|
Add a new gradient glow filter. |
addItem(obj) — Method in class sekati.collisions.AbstractCollisionDetector |
|
Add a DisplayObject to the list of objects to check for collisions. |
addItem(url) — Method in class sekati.load.LoaderQueue |
|
Add a ILoader item into the queue. |
addItem(caption, cb, div, enable) — Method in class sekati.ui.ContextualMenu |
|
Add a new item to the ContextualMenu . |
addKeyListener(handler, repeat, ... rest) — Method in class sekati.managers.KeyManager |
|
Add a key or key combo. |
addMediaListeners() — Method in class sekati.ui.AbstractMediaPlayer |
|
Add MediaEvent.PROGRESS & other IProgressiveMedia events. |
addMediaListeners() — Method in class sekati.ui.FLVPlayer |
|
Add MediaEvent.PROGRESS & other IProgressiveMedia events. |
addMediaListeners() — Method in class sekati.ui.MP3Player |
|
Add MediaEvent.PROGRESS & other IProgressiveMedia events. |
ADDRESS_CHANGE — Constant static property in class sekati.events.BrowserEvent |
|
|
addShadow(target, filter) — Static method in class sekati.filters.FilterBase |
|
Add a new shadow filter. |
addUIListeners() — Method in class sekati.ui.AbstractMediaPlayer |
|
Add UI listers. |
advanceMonth(direction) — Method in class sekati.ui.AbstractCalendar |
|
Advance the AbstractCalendar Month forward or backward. |
alert(msg) — Static method in class sekati.external.ExternalBase |
|
Javascript alert. |
align — Property in class sekati.display.StageDisplay |
|
Stage alignment
|
Align — Class in package sekati.layout |
|
Align provides DisplayObject alignment constants. |
Align() — Constructor in class sekati.layout.Align |
|
Align Static Constructor
|
ALIGN_BOTTOM — Constant static property in class sekati.layout.Align |
| |
alignCenter(item, target) — Static method in class sekati.utils.AlignUtil |
|
Center align object to target. |
alignLeft(item, target) — Static method in class sekati.utils.AlignUtil |
|
Left align object to target. |
ALIGN_LEFT — Constant static property in class sekati.layout.Align |
| |
alignMaterials() — Method in class sekati.ui.RotationPlane |
|
Align the materials. |
ALIGN_MIDDLE — Constant static property in class sekati.layout.Align |
| |
alignRight(item, target) — Static method in class sekati.utils.AlignUtil |
|
Right align object to target. |
ALIGN_RIGHT — Constant static property in class sekati.layout.Align |
| |
ALIGN_TOP — Constant static property in class sekati.layout.Align |
| |
AlignUtil — Class in package sekati.utils |
|
Static class wrapping various Alignment utilities. |
AlignUtil() — Constructor in class sekati.utils.AlignUtil |
|
AlignUtil Static Constructor
|
ALL — Constant static property in class sekati.log.LogTarget |
|
Logger output is sent to both Console & Firebug and dispatches an addition LogEvent for plugin targets. |
ALL — Constant static property in class sekati.utils.ArrayPeer |
| |
Allocator — Class in package sekati.collections |
|
Allocator provides a standardized interface for the bulk allocation of objects in memory. |
Allocator(type) — Constructor in class sekati.collections.Allocator |
|
Allocator Constructor
|
_alpha — Property in class sekati.draw.Bezier |
| |
_alpha — Property in class sekati.draw.Curve |
| |
_alpha — Property in class sekati.draw.Line |
| |
_alpha — Property in class sekati.draw.Rect |
| |
ALPHA — Constant static property in class sekati.draw.Bezier |
| |
ALPHA — Constant static property in class sekati.draw.Curve |
| |
ALPHA — Static property in class sekati.draw.DrawStyle |
| |
ALPHA — Constant static property in class sekati.draw.Line |
| |
ALPHA — Constant static property in class sekati.draw.Rect |
| |
_alphas — Property in class sekati.draw.GradientRect |
| |
alphas — Property in class sekati.draw.GradientRect |
|
The gradient alpha array. |
_alphas — Property in class sekati.ui.CirclePreloader |
| |
alphaThreshold — Property in class sekati.collisions.AbstractCollisionDetector |
|
A floating point value from 0 - 1 that determines the minimum alpha value to check for collisions. |
ALTERNATE — Constant static property in class sekati.ui.Keyboard |
| |
_amount — Property in class sekati.ui.CirclePreloader |
| |
anchor — Static property in class sekati.external.BrowserAddress |
|
Returns value of the _anchor
|
angle — Property in class sekati.collisions.Collision |
|
The angle of the collision as radian or degree (only if returnAngle
is set true , else -1 will be returned). |
angle2radian(a) — Static method in class sekati.geom.TrigBase |
|
Convert angle to radian
|
API_AUTHOR — Constant static property in class sekati.core.App |
|
Enables API copyright information to be retrieved at runtime or when reverse engineering. |
API_DATE — Constant static property in class sekati.core.App |
|
Enables API version date to be retrieved at runtime or when reverse engineering. |
apiHandler(e) — Method in class sekati.managers.ContextMenuManager |
|
Link API credits in ContextMenu . |
API_INFO — Static property in class sekati.core.App |
|
Determines whether to display the API version, player & platform information via the ContextMenuManager
when "menu" value & "verbose" attribute are set true in config.xml . |
API_NAME — Constant static property in class sekati.core.App |
|
Enables API name to be retrieved at runtime or when reverse engineering. |
API_URL — Constant static property in class sekati.core.App |
|
Enables API url to be retrieved at runtime or when reverse engineering. |
API_VERSION — Constant static property in class sekati.core.App |
|
Enables API version, release state & code name to be retrieved at runtime or when reverse engineering. |
App — Dynamic class in package sekati.core |
|
App provides a common static dynamic storage area for API and application
instances, loggers, data objects, properties & constants. |
App() — Constructor in class sekati.core.App |
|
App Static Constructor
|
APP_CONFIG — Constant static property in class sekati.events.BootstrapEvent |
|
|
APP_DATA — Constant static property in class sekati.events.BootstrapEvent |
|
|
APP_FAIL — Constant static property in class sekati.events.BootstrapEvent |
|
|
APP_INIT — Constant static property in class sekati.events.BootstrapEvent |
|
|
ApplicationEvent — Class in package sekati.events |
|
ApplicationEvent provides a baseline application event object
with optional data transport capabilities. |
ApplicationEvent(type, eventData, bubbles, cancelable) — Constructor in class sekati.events.ApplicationEvent |
|
ApplicationEvent Constructor
|
ApplicationEventDispatcher — Final class in package sekati.events |
|
ApplicationEventDispatcher provides a central dispatching & eventing singleton target for API based applications. |
ApplicationEventDispatcher($, target) — Constructor in class sekati.events.ApplicationEventDispatcher |
|
ApplicationEventDispatcher Singleton Constructor
|
applicationHandler(e) — Method in class sekati.display.DocumentPreloader |
|
The API Appliction SWF has been loaded; wait for notification from initUIOutro to set outroComplete . |
ApplicationLoader — Class in package sekati.load |
|
ApplicationLoader provides a baseline invisible preloader facility for Canvas based Application SWF
files that implement the core API (Document or DocumentPreloader ). |
ApplicationLoader(stage) — Constructor in class sekati.load.ApplicationLoader |
|
ApplicationLoader Constructor
|
APPLICATION_URI — Static property in class sekati.display.DocumentPreloader |
|
The API Application SWF URI to be loaded (ascertained from the config.xml ). |
APP_LOAD — Constant static property in class sekati.events.BootstrapEvent |
|
|
APP_NAME — Static property in class sekati.core.App |
|
Application name as defined in config.xml . |
APP_STYLE — Constant static property in class sekati.events.BootstrapEvent |
|
|
APP_VERSION — Static property in class sekati.core.App |
|
Application versions as defined in config.xml . |
_arr — Property in class sekati.collections.OrderedDictionary |
| |
arrange(arrangement, target, relativeTo) — Method in class sekati.managers.LayoutManager |
|
|
Arrange — Class in package sekati.layout |
|
Arrangement provides DisplayObject arrangement constants. |
Arrange() — Constructor in class sekati.layout.Arrange |
|
Arrange Static Constructor
|
_array — Property in class sekati.collections.ArrayBidirectionalIterator |
| |
_array — Property in class sekati.collections.ArrayBounceIterator |
| |
_array — Property in class sekati.collections.ArrayCollection |
| |
array — Property in class sekati.collections.ArrayCollection |
|
Return the collection array data
|
_array — Property in class sekati.collections.ArrayIterator |
| |
ArrayBidirectionalIterator — Class in package sekati.collections |
|
ArrayBidirectionalIterator provides a non-destructive, pointer-based, Bi-Directional Array Iterator. |
ArrayBidirectionalIterator(array) — Constructor in class sekati.collections.ArrayBidirectionalIterator |
|
ArrayBidirectionalIterator Constructor
|
ArrayBounceIterator — Class in package sekati.collections |
|
ArrayBounceIterator provides a non-destructive, pointer-based, bouncing Array Iterator
which iterates to the end of the array then reverses direction backward & forward. |
ArrayBounceIterator(array, isSkipRepeat) — Constructor in class sekati.collections.ArrayBounceIterator |
|
ArrayBounceIterator Constructor
|
ArrayCollection — Class in package sekati.collections |
|
Array based Collection
|
ArrayCollection(array) — Constructor in class sekati.collections.ArrayCollection |
|
ArrayCollection Constructor
|
ArrayIterator — Class in package sekati.collections |
|
Array based Iterator
|
ArrayIterator(array) — Constructor in class sekati.collections.ArrayIterator |
|
ArrayIterator Constructor
|
ArrayLoopableIterator — Class in package sekati.collections |
|
ArrayLoopableIterator provides a non-destructive, pointer-based, Looping Bi-Directional Array Iterator. |
ArrayLoopableIterator(array) — Constructor in class sekati.collections.ArrayLoopableIterator |
|
ArrayLoopableIterator Constructor
|
ArrayPeer — Class in package sekati.utils |
|
Helper for shortcutting searching in arrays
|
ArrayPeer() — Constructor in class sekati.utils.ArrayPeer |
|
ArrayPeer Static Constructor
|
ArrayQueue — Class in package sekati.collections |
|
Array based Queue data structure. |
ArrayQueue(array) — Constructor in class sekati.collections.ArrayQueue |
|
ArrayQueue Constructor creates a new ArrayQueue . |
ArrayStack — Class in package sekati.collections |
|
Array based Stack data structure. |
ArrayStack(array) — Constructor in class sekati.collections.ArrayStack |
|
ArrayStack Constructor creates a new ArrayStack . |
ArrayUtil — Class in package sekati.utils |
|
Static class wrapping various Array utilities. |
ArrayUtil() — Constructor in class sekati.utils.ArrayUtil |
|
ArrayUtil Static Constructor
|
asort(a) — Static method in class sekati.utils.ArrayUtil |
|
Return alphabetically sorted array. |
asset — Property in class sekati.utils.AbstractEmbeddedAsset |
| |
AssetLocator — Class in package sekati.load |
|
AssetLocator provides a weak-referenced Dictionary of all ILoader instances. |
AssetLocator() — Constructor in class sekati.load.AssetLocator |
|
AssetLocator Static Constructor
|
AssetType — Property in class sekati.utils.AbstractEmbeddedAsset |
| |
ATTRIBUTE — Constant static property in class sekati.utils.XMLUtil |
|
Constant representing an attribute type returned from XML.nodeKind. |
atype(tf, str, cb) — Static method in class sekati.text.TextEffect |
|
Easing alpha type in text animation
|
audio — Property in class sekati.ui.MP3Player |
|
The MP3 being played. |
AUDIO_LOADER — Constant static property in class sekati.load.FileType |
| |
_autoReconnect — Property in class sekati.net.PersistentXMLSocket |
| |
autoReconnect — Property in class sekati.net.PersistentXMLSocket |
|
Whether the socket will attempt to auto-reconnect on disconnect. |
available — Property in class sekati.rpc.SOAPService |
|
Return the WebService availability status. |
averageBlue(src, accuracy, region) — Static method in class sekati.utils.ColorUtil |
|
Sample & average the Blue (RGB) value from a display object or one of its region. |
averageFps — Property in class sekati.profiler.PerformanceMonitor |
|
The average FPS. |
averageGreen(src, accuracy, region) — Static method in class sekati.utils.ColorUtil |
|
Sample & average the Green (RGB) value from a display object or one of its region. |
averageHue(src, accuracy, region) — Static method in class sekati.utils.ColorUtil |
|
Sample & average the Hue (HSL) value from a display object or one of its region. |
averageLightness(src, accuracy, region) — Static method in class sekati.utils.ColorUtil |
|
Sample & average the Lightness (HSL) value from a display object or one of its region. |
averageMem — Property in class sekati.profiler.PerformanceMonitor |
|
The average RAM. |
averageRed(src, accuracy, region) — Static method in class sekati.utils.ColorUtil |
|
Sample & average the Red (RGB) value from a display object or one of its region. |
averageSaturation(src, accuracy, region) — Static method in class sekati.utils.ColorUtil |
|
Sample & average the Saturation (HSL) value from a display object or one of its region. |
averageValue(src, accuracy, region) — Static method in class sekati.utils.ColorUtil |
|
Sample & average the Value (HSV) value from a display object or one of its region. |
AVM_VERSION — Constant static property in class sekati.validators.FlashValidator |
|
Retrieve the ActionScript Virtual Machine Version the application is running under. |
ax — Property in class sekati.display.ForceSprite |
|
X-axis acceleration. |
_ax — Property in class sekati.draw.Bezier |
| |
ax — Property in class sekati.draw.Bezier |
|
Return the anchor x pos. |
ay — Property in class sekati.display.ForceSprite |
|
Y-axis acceleration. |
_ay — Property in class sekati.draw.Bezier |
| |
ay — Property in class sekati.draw.Bezier |
|
Return the anchor 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 |