
TUTORIALS POINT
Simply Easy Learning Page 76
Flex – Visual Effects
This chapter describes the visual effects to add behavior to Flex application:
W
e can add behaviour to flex application using concept of Effects. For example, when a text box get
focus, we can make its text become bolder and make its size slight bigger.
Every Effect inherits properties from Effect class which in turn inherits properties from EventDispatcher and other
top level classes.
Flex Effect Class
The Effect class is an abstract base class that defines the basic functionality of all Flex effects. This
class defines the base factory class for all effects.
FlexEffect Class
Introduction
The Effect class is an abstract base class that defines the basic functionality of all Flex effects. The Effect class
defines the base factory class for all effects. The Effec tInstance class defines the base class for all effect instance
subclasses.
Class declaration
Following is the declaration for mx.effects.Effect class:
public class Effect
extends EventDispatcher
implements IEffect
Public properties
Kommentare zu diesen Handbüchern