| Package | graphics.drawing |
| Interface | public interface IPen extends Drawable |
| Implementors | Pen |
| Property | Defined By | ||
|---|---|---|---|
| align : uint
Determinates the align value of the pen. | IPen | ||
| fill : IFillStyle
Determinates the fill style object of the pen. | IPen | ||
| graphics : *
Specifies the Graphics object belonging to this Shape object, where vector drawing commands can occur. | IPen | ||
| line : ILineStyle
Determinates the line style object of the pen. | IPen | ||
| Method | Defined By | ||
|---|---|---|---|
![]() | draw(... arguments):void
Draws the shape or the view of the object. | Drawable | |
drawShape():void
This method contains the basic drawing shape algorithm. | IPen | ||
| align | property |
align:uintDeterminates the align value of the pen.
public function get align():uint public function set align(value:uint):void| fill | property |
fill:IFillStyleDeterminates the fill style object of the pen.
public function get fill():IFillStyle public function set fill(value:IFillStyle):void| graphics | property |
graphics:*Specifies the Graphics object belonging to this Shape object, where vector drawing commands can occur.
public function get graphics():* public function set graphics(value:any):void| line | property |
line:ILineStyleDeterminates the line style object of the pen.
public function get line():ILineStyle public function set line(value:ILineStyle):void| drawShape | () | method |
public function drawShape():voidThis method contains the basic drawing shape algorithm.