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  
radianToDegree(radian:Number) — Static Method , class artcustomer.framework.utils.tools.MathTools
Convert radian to degree.
random(min:Number, max:Number) — Static Method , class artcustomer.framework.utils.tools.MathTools
Get a random number between two values.
randomAngle() — Static Method , class artcustomer.framework.utils.tools.MathTools
Get a random angle.
ready() — method, class artcustomer.framework.engines.layers.LayerVideo
Call when StageVideo is available and ready.
refreshView() — method, class artcustomer.framework.context.InteractiveContext
Refresh the context view.
RegExpTools — class, package artcustomer.framework.utils.tools
RegExpTools : Tools for RegExp.
registerMacro(macroClass:Class, macroID:String) — method, class artcustomer.framework.core.AbstractCommand
Register MacroCommand.
registerModel(modelClass:Class, modelID:String) — method, class artcustomer.framework.core.AbstractModel
Register MacroModel.
registerView(view:Class, id:String, setup:Boolean, add:Boolean) — method, class artcustomer.framework.engines.component.ViewMediator
Register View
RELEASE — Constant Static Property, class artcustomer.framework.utils.consts.ContextMode
releaseMemory() — method, class artcustomer.framework.context.ServiceContext
Force the garbage collection process.
remove(key:String) — method, class artcustomer.framework.context.platform.shore.Shore
Remove data in Shore.
remove() — method, class artcustomer.framework.core.AbstractFlashView
Remove View from parent.
remove() — method, interface artcustomer.framework.core.IView
remove() — method, class artcustomer.framework.debug.console.ConsoleLog
Remove Console from Stage.
remove() — method, class artcustomer.framework.engines.component.FlashComponent
Remove Viewport from ContextView.
removeComponent(id:String) — method, class artcustomer.framework.context.FlashContext
Remove FlashComponent.
removeComponentEventListener(type:String, listener:Function, useCapture:Boolean) — method, class artcustomer.framework.core.AbstractFlashView
Unlisten an event from Component.
removeContextEventListener(type:String, listener:Function, useCapture:Boolean) — method, class artcustomer.framework.core.AbstractFlashView
Unlisten an event from Context.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class artcustomer.framework.context.EventContext
Remove an eventlistener.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, interface artcustomer.framework.context.IContext
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, interface artcustomer.framework.engines.component.IComponent
removeLayer3D(layer3d:artcustomer.framework.engines.layers:Layer3D) — method, class artcustomer.framework.context.FlashContext
Remove instance of Layer3D.
removeLayer3DAt(index:int) — method, class artcustomer.framework.context.FlashContext
Remove instance of Layer3D at index.
removeLayerVideo(layervideo:artcustomer.framework.engines.layers:LayerVideo) — method, class artcustomer.framework.context.FlashContext
Remove instance of LayerVideo
removeLayerVideoAt(index:int) — method, class artcustomer.framework.context.FlashContext
Remove instance of LayerVideo at index
removeManager(id:String) — method, class artcustomer.framework.context.FlashContext
Remove Manager.
removeScene(scene3d:artcustomer.framework.engines.layers.tools.scene:AbstractScene3D) — method, class artcustomer.framework.engines.layers.Layer3D
Remove instance of AbstractScene3D
removeSceneAt(index:int) — method, class artcustomer.framework.engines.layers.Layer3D
Remove instance of AbstractScene3D at index.
removeState(id:String) — method, class artcustomer.framework.process.states.StateMachine
Remove State from machine.
removeTemplate() — method, class artcustomer.framework.engines.layers.Layer3D
Remove template if attached.
render() — method, class artcustomer.framework.context.BaseContext
Called by RenderEngine during rendering.
render() — method, class artcustomer.framework.context.FlashContext
Called by RenderEngine during rendering.
render() — method, class artcustomer.framework.engines.layers.Layer3D
Called when RenderEngine is on.
render() — method, class artcustomer.framework.engines.layers.tools.scene.AbstractScene3D
Render scene.
render() — method, class artcustomer.framework.engines.layers.tools.template.AbstractEngineTemplate
Render template.
RenderEngine — class, package artcustomer.framework.context.platform.render
RenderEngine : Rendering in real time with EnterFrame.
RenderEngine() — Constructor, class artcustomer.framework.context.platform.render.RenderEngine
Constructor
RenderEngineEvent — class, package artcustomer.framework.events
RenderEngineEvent
RenderEngineEvent(type:String, bubbles:Boolean, cancelable:Boolean, fps:Number, memory:Number, freeMemory:Number, privateMemory:Number, totalMemory:Number) — Constructor, class artcustomer.framework.events.RenderEngineEvent
Constructor
RENDERENGINE_OFF — Constant Static Property, class artcustomer.framework.utils.consts.RenderEngineState
RENDERENGINE_ON — Constant Static Property, class artcustomer.framework.utils.consts.RenderEngineState
RenderEngineState — class, package artcustomer.framework.utils.consts
RenderEngineState : States of the render engine
reset() — method, class artcustomer.framework.context.BaseContext
Reset the context.
reset() — method, class artcustomer.framework.core.AbstractCommand
Reset commands in controler.
reset() — method, class artcustomer.framework.core.AbstractFlashView
Reset View.
reset() — method, class artcustomer.framework.core.AbstractMacroModel
Reset MacroModel.
reset() — method, class artcustomer.framework.core.AbstractModel
Reset data in model.
reset() — method, interface artcustomer.framework.core.ICommand
reset() — method, interface artcustomer.framework.core.IMacroModel
reset() — method, interface artcustomer.framework.core.IModel
reset() — method, interface artcustomer.framework.core.IView
resetRegisteredView(id:String) — method, class artcustomer.framework.engines.component.ViewMediator
Reset registered View.
resize() — method, class artcustomer.framework.context.FlashContext
Called by InteractiveContext during resizing.
resize() — method, class artcustomer.framework.context.InteractiveContext
When player window is resized.
resize() — method, class artcustomer.framework.core.AbstractFlashView
Resize View.
resize() — method, interface artcustomer.framework.core.IView
resize(width:int, height:int) — method, class artcustomer.framework.debug.console.ConsoleLog
Set size to Console.
resize() — method, class artcustomer.framework.engines.layers.Layer3D
Called when Stage is resized.
resize() — method, class artcustomer.framework.engines.layers.tools.template.AbstractEngineTemplate
Resize template.
resolveFileInPath(path:String) — Static Method , class artcustomer.framework.utils.tools.FileTools
Get a file in a path
ResourceFile — class, package artcustomer.framework.loaders.assets.resources
ResourceFile
ResourceFile(definition:Class, type:String, extensions:Vector$artcustomer.framework.loaders.assets.resources:ResourceType) — Constructor, class artcustomer.framework.loaders.assets.resources.ResourceFile
Constructor
ResourceType — class, package artcustomer.framework.loaders.assets.resources
ResourceType
ResourceType(extension:String, mimeType:String) — Constructor, class artcustomer.framework.loaders.assets.resources.ResourceType
Constructor
resume() — method, class artcustomer.framework.engines.layers.LayerVideo
Resume current stream if playing.
resumePlayer() — method, class artcustomer.framework.context.ServiceContext
Resume Flash Player
RIGHT — Constant Static Property, class artcustomer.framework.engines.layers.tools.video.consts.LayerVideoPosition
RIGHT — Constant Static Property, class artcustomer.framework.utils.consts.LogoPosition
RuntimePlatform — class, package artcustomer.framework.utils.consts
RuntimePlatform : Contains the informations about the Runtime.
RUNTIME_VERSION — Constant Static Property, class artcustomer.framework.Limon
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