ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.display 

IGraphicsData  - AS3

Packageflash.display
Interfacepublic interface IGraphicsData
Implementors GraphicsBitmapFill, GraphicsEndFill, GraphicsGradientFill, GraphicsPath, GraphicsShaderFill, GraphicsSolidFill, GraphicsStroke, GraphicsTrianglePath

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10, AIR 1.5

This interface is used to define objects that can be used as parameters in the flash.display.Graphics methods, including fills, strokes, and paths. Use the implementor classes of this interface to create and manage drawing property data, and to reuse the same data for different instances. Then, use the methods of the Graphics class to render the drawing objects.

Related API Elements