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  
remove() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEffButtonEffect
Removes the current pattern from the target object but not from the FlashEff instance.
remove() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEffFilter
Removes the filter from the target object but not from the FlashEff component instance.
remove() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEffSymbolText
Stops and removes the show or hide transition but without removing the pattern object from the FlashEff component instance.
removeAll() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes all the show/hide effects, filters, commands and button effects added through the FlashEff object, to the target object (symbol or text field), canceling any functionality provided by them.
removeAllCommands() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes all the command patterns applied on the target object.
removeAllCommandsByEventType(eventType) — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes all the command patterns from the target object, that are executed on a specified event.
removeAllFilters() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes all the filter patterns applied on the current FlashEff component instance, visually removing them from the target symbol or text, but leaves all the other types of effects.
removeButtonEffect() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes the current ButtonEffect pattern from the target object and from the current FlashEff instance.
removeChildAtIndex(index) — Method in interface com.jumpeye.flashEff.core.interfaces.IFeGroup
Removes from the childs list the child object found at the position specified by the index parameter.
removeChildAtIndex(index) — Method in interface com.jumpeye.flashEff.core.interfaces.IFeTable
Removes from the childs list the child object found at the position specified by the index parameter.
removeChilds() — Method in interface com.jumpeye.flashEff.core.interfaces.IFeGroup
Removes all the children from childs.
removeChilds() — Method in interface com.jumpeye.flashEff.core.interfaces.IFeTable
Removes all the children from childs.
removeCommand(command:com.jumpeye.flashEff.core.interfaces:IFlashEffCommand) — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes the specified command pattern instance from the target object.
removeCommandByName(commandName) — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes from the target object the command identified by its full path and class name.
removeEffect(internalCall, pattern:com.jumpeye.flashEff.core.interfaces:IFlashEffSymbolText) — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff

Stops and removes an effect applied on the target object, while that effect is still playing.

removeFilter(filter:com.jumpeye.flashEff.core.interfaces:IFlashEffFilter) — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes a specified filter from the target symbol or text.
removeHideTransition() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes the last symbol or text pattern used for the hide transition.
removeShowTransition() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
Removes the last symbol or text pattern used for the show transition.
rotation — Property in interface com.jumpeye.flashEff.core.interfaces.IFlashEff
The rotation angle of the FlashEff container clip.
run() — Method in interface com.jumpeye.flashEff.core.interfaces.IFlashEffCommand
Executes the command specified in the pattern.
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