flex2.compiler.Logger
This implementation generates ActionScript classes for features not supported in SWF tags. For example, ActionScript classes must be generated to draw FXG 1.0 TextGraphic nodes programmatically (using instances of the spark.components.RichText ActionScript class). To maintain a link between the DefineSprite display list and a generated RichText wrapper class, a SWF SymbolClass is used and associated with the DefineSprite. Other features not supported in SWF that require ActionScript classes to be generated include alpha masks, luminosity masks, and pixel-bender based blend modes, namely: colordodge, colorburn, exclusion, softlight, hue, saturation, color, and luminosity.
@author Peter Farland
@author Kaushal Kantawala