| Package | graphics.drawing |
| Class | public dynamic class EllipsePen |
| Inheritance | EllipsePen Pen flash.utils.Proxy |
| Property | Defined By | ||
|---|---|---|---|
![]() | align : uint
Determinates the align value of the pen. | Pen | |
![]() | fill : IFillStyle
Determinates the fill style object of the pen. | Pen | |
![]() | graphics : *
Specifies the Graphics object belonging to this Shape object, where vector drawing commands can occur. | Pen | |
| height : Number
The height value of the elipse pen. | EllipsePen | ||
![]() | line : ILineStyle
Determinates the line style object of the pen. | Pen | |
![]() | useClear : Boolean = true
Indicates if the clear() method is invoked at the end of the draw method. | Pen | |
![]() | useEndFill : Boolean = true
Indicates if the endFill() method is invoked at the end of the draw method. | Pen | |
| width : Number
The width value of the elipse pen. | EllipsePen | ||
| x : Number
The offset x value of the center of the circle. | EllipsePen | ||
| y : Number
The offset y value of the center of the circle. | EllipsePen | ||
| Method | Defined By | ||
|---|---|---|---|
EllipsePen(graphic:*, ... arguments)
Creates a new ElipsePen instance. | EllipsePen | ||
![]() | BF(... arguments):void
Defines a shortcut reference to used the beginBitmapFill method. | Pen | |
![]() | C(... arguments):void
Defines a shortcut reference to used the curveTo method. | Pen | |
![]() | CL():void
Defines a shortcut reference to used the clear method. | Pen | |
draw(... arguments):void [override]
Draws the shape. | EllipsePen | ||
drawShape():void [override]
This method contains the basic drawing shape algorithm. | EllipsePen | ||
![]() | EF():void
Defines a shortcut reference to used the endFill method. | Pen | |
![]() | F(... arguments):void
Defines a shortcut reference to used the beginFill method. | Pen | |
![]() | GF(... arguments):void
Defines a shortcut reference to used the beginGradientFill method. | Pen | |
![]() | GS(... arguments):void
Defines a shortcut reference to used the lineGradientStyle method. | Pen | |
![]() | L(... arguments):void
Defines a shortcut reference to used the lineTo method. | Pen | |
![]() | M(... arguments):void
Defines a shortcut reference to used the moveTo method. | Pen | |
![]() | S(... arguments):void
Defines a shortcut reference to used the lineStyle method. | Pen | |
setPen(... arguments):void
Sets the pen properties. | EllipsePen | ||
| height | property |
public var height:NumberThe height value of the elipse pen.
| width | property |
public var width:NumberThe width value of the elipse pen.
| x | property |
public var x:NumberThe offset x value of the center of the circle.
| y | property |
public var y:NumberThe offset y value of the center of the circle.
| EllipsePen | () | Constructor |
public function EllipsePen(graphic:*, ... arguments)Creates a new ElipsePen instance.
Parametersgraphic:* — The Graphics reference to control with this helper. You can passed-in a Shape or Sprite/MovieClip reference in argument.
| |
... arguments — (optional) A number indicating the horizontal position relative to the registration point of the parent display object (in pixels).
|
| draw | () | method |
override public function draw(... arguments):voidDraws the shape.
Parameters
... arguments — (optional) A number indicating the horizontal position relative to the registration point of the parent display object (in pixels). .
|
| drawShape | () | method |
override public function drawShape():voidThis method contains the basic drawing shape algorithm.
| setPen | () | method |
public function setPen(... arguments):voidSets the pen properties.
Parameters
... arguments — (optional) A number indicating the horizontal position relative to the registration point of the parent display object (in pixels). .
|