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  
E — Constant static property in class sekati.ui.Keyboard
editItem(id, caption, cb, div, enable) — Method in class sekati.ui.ContextualMenu
Edit an existing ContextualMenu item.
ELEMENT — Constant static property in class sekati.utils.XMLUtil
Constant representing a element type returned from XML.nodeKind.
EmbeddedAsset — Property in class sekati.utils.AbstractEmbeddedAsset
enabled — Property in class sekati.display.CoreShape
Boolean stub property which subclasses implement to control core behavor availability such as interactivity, liquidity, drag-drop functionality.
enabled — Property in class sekati.display.CoreSprite
Boolean stub property which subclasses implement to control core behavor availability such as interactivity, liquidity, drag-drop functionality.
enabled — Property in class sekati.display.DraggableSprite
Enabled property defines whether interactive eventing is available or not.
enabled — Property in class sekati.display.InteractiveSprite
Enabled property defines whether interactive eventing is available or not.
enabled — Property in class sekati.display.LiquidSprite
Enabled property defines whether liquid eventing is available or not.
enabled — Property in interface sekati.log.ILogger
enabled — Property in class sekati.log.Logger
Logger enabled status.
enabled — Property in class sekati.managers.KeyManager
Indicates whether the KeyManager is enabled (true) or disabled (false).
enabled — Property in class sekati.ui.ContextualMenu
Return the ContextualMenu enabled state.
enableItem(id) — Method in class sekati.ui.ContextualMenu
Enable an existing item in the ContextualMenu
encode(src) — Static method in class sekati.crypt.Base64
Encodes a base64 string.
encode(src) — Static method in class sekati.crypt.Base8
Encodes a base8 string.
encode(image) — Method in class sekati.formats.JPGEncoder
Created a JPG image from the specified BitmapData.
encode(img) — Static method in class sekati.formats.PNGEncoder
Created a PNG image from the specified BitmapData
encodeNumber(strNumber, digitsShown, encodeChar) — Static method in class sekati.validators.CreditCardValidator
Encode a credit card number as a string and encode all digits except the last digitsShown.
encrypt(src, key) — Static method in class sekati.crypt.RC4
Encrypts a string with the specified key.
encrypt(src, key, mode) — Method in class sekati.crypt.Rijndael
Encrypts a string with the specified key and mode.
encrypt(src, key) — Static method in class sekati.crypt.TEA
Encrypts a string with the specified key.
encrypt(input, password) — Static method in class sekati.crypt.XOR
Encrypts a string with the specified key (linefeeds are stripped but replaced upon decryption).
END — Constant static property in class sekati.ui.Keyboard
endsWith(input, suffix) — Static method in class sekati.utils.StringUtil
Determines whether the specified string ends with the spcified suffix.
_endTime — Property in class sekati.utils.StopWatch
enforceAbstract(classInstance, classAbstract) — Static method in class sekati.utils.TypeEnforcer
Forcibly abstract a class instance from its abstract class (An abstract class has no direct instances, but has descendants with instances).
enforceStatic(classInstance) — Static method in class sekati.utils.TypeEnforcer
Notify upon attempted instantiation of a static class (e.g.
enqueue(o) — Method in class sekati.collections.ArrayQueue
Add an object to end of the queue.
enqueue(o) — Method in class sekati.collections.DisplayListQueue
Add an object to end of the queue.
enqueue(o) — Method in interface sekati.collections.IQueue
Add an object to end of the queue.
ENTER — Constant static property in class sekati.ui.Keyboard
enterFrame(e) — Method in class sekati.load.ApplicationLoader
Frame-based load handler; dispatches BootstrapEvent.APP_LOAD on completion.
enterFrame(e) — Method in class sekati.ui.Scroll
EnterFrame runs the core scroll logic.
entities — Constant static property in class sekati.utils.HTMLCode
entryPointHandler(e:sekati.events:BootstrapEvent) — Method in class sekati.display.Document
The Application API has been fully initialized; remove the Bootstrap & call initEntryPoint.
EQUAL — Constant static property in class sekati.ui.Keyboard
equals(d:sekati.geom:Dimension) — Method in class sekati.geom.Dimension
Returns whether the input Object is equivalent to this Dimension.
equals(arr1, arr2) — Static method in class sekati.utils.ArrayUtil
Test if two arrays are identical.
equals(s1, s2, caseSensitive) — Static method in class sekati.utils.StringUtil
Does a case insensitive compare or two strings and returns true if they are equal.
equalTo(alpha, beta) — Static method in class sekati.math.IntBase
error(origin, message) — Method in interface sekati.log.ILogger
error(origin, message) — Method in class sekati.log.Logger
error is a log level denoting a error type event.
ERROR — Constant static property in class sekati.events.LoaderQueueEvent
ERROR — Constant static property in class sekati.log.LogLevel
ERROR is a log level denoting a error type event.
ERROR — Constant static property in class sekati.validators.TypeValidator
errorHandler(e) — Method in class sekati.media.MP3
Error handler.
errorHandler(e) — Method in class sekati.ui.Image
Dispatch ImageEvent.ERROR
ESCAPE — Constant static property in class sekati.ui.Keyboard
_ex — Property in class sekati.draw.Curve
ex — Property in class sekati.draw.Curve
Return the end x pos.
_ex — Property in class sekati.draw.Line
ex — Property in class sekati.draw.Line
Return the end x pos.
EXABIT — Constant static property in class sekati.converters.BitConverter
exabit2bit(n) — Static method in class sekati.converters.BitConverter
EXABYTE — Constant static property in class sekati.converters.BitConverter
exabyte2bit(n) — Static method in class sekati.converters.BitConverter
excludeColor(color32, alphaRange, redRange, greenRange, blueRange) — Method in class sekati.collisions.AbstractCollisionDetector
Defines a color or color range to exclude from collision detections.
execute(command, ... rest) — Method in class sekati.rpc.RemotingService
Execute a remote call.
EXECUTING_DOMAIN — Constant static property in class sekati.net.NetBase
Determines the domain from which this SWF is executing.
expand(w, h) — Method in class sekati.geom.Dimension
Expands the size of this Dimension by the specified width and height.
ExternalBase — Class in package sekati.external
Advanced ExternalInterface helpers, wrappers & utilities.
ExternalBase() — Constructor in class sekati.external.ExternalBase
ExternalBase Static Constructor
externalMouseEvent(delta) — Method in class sekati.external.ExternalMouseWheel
Catch the callback from javascript and dispatch an ExternalMouseEvent to mac clients.
ExternalMouseEvent — Class in package sekati.events
ExternalMouseEvent - Mac Compatible via ExternalInterface & sasapi.js.
ExternalMouseEvent(type, mDelta, mStageX, mStageY) — Constructor in class sekati.events.ExternalMouseEvent
ExternalMouseEvent Constructor
ExternalMouseWheel — Final class in package sekati.external
ExternalMouseWheel adds mouse wheel support for Mac clients: This is accomplished via capturing the mouseWheel event in javascript with ExternalInterface and dispatching an ExternalMouseWheelEvent.
ExternalMouseWheel($) — Constructor in class sekati.external.ExternalMouseWheel
ExternalMouseWheel Singleton Constructor
_ey — Property in class sekati.draw.Curve
ey — Property in class sekati.draw.Curve
Return the end y pos.
_ey — Property in class sekati.draw.Line
ey — Property in class sekati.draw.Line
Return the end 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