SWFOverrides work if the actual types used can be subclasses of, or implement the interfaces in the original type.  However, for DisplayObject.graphics, the Graphics class is final so we can't play with a subclass.  So we are forced to cheat and have the compiler switch out references to graphics with royalegraphics which is added to UIComponent
1 file changed