| Package | org.openPyro.painters |
| Interface | public interface IPainter |
| Implementors | CompositePainter, FillPainter, GradientFillPainter, StripesPainter, StrokePainter, TrianglePainter |
| Property | Defined by | ||
|---|---|---|---|
| padding : Padding
The padding to be applied to the painter.
| IPainter | ||
| Method | Defined by | ||
|---|---|---|---|
|
draw(gr:Graphics, w:Number, h:Number):void
Paints the graphics context of the DisplayObject
| IPainter | ||
| padding | property |
padding:Padding [read-write]The padding to be applied to the painter. Painters will paint only within the area defined inside the padded area
Implementation public function get padding():Padding
public function set padding(value:Padding):void
| draw | () | method |
public function draw(gr:Graphics, w:Number, h:Number):voidPaints the graphics context of the DisplayObject
Parametersgr:Graphics |
|
w:Number |
|
h:Number |