Class com.sekati.draw.Oval

Description

Oval Object

Field Index

_center, _fa, _fc, _radius, _sa, _sc, _sw

Method Index

new Oval()
draw()

Constructor Detail

Oval

public function Oval(mc:MovieClip, center:Point, radius:Point, fillColor:Number, fillAlpha:Number, strokeWeight:Number, strokeColor:Number, strokeAlpha:Number)

Oval Constructor

Parameters

mc(MovieClip)
center(Point)
radius(Point)
fillColor(Number) hex fill, if undefined rectangle will not be filled
fillAlpha(Number) fill alpha transparency [default: 100]
strokeWeight(Number) line width [default: 1]
strokeColor(Number) line color [default: 0x000000]
strokeAlpha(Number) line alpha transparency [default: 100]

Return

Void

Field Detail

_center

public _center:Point

_radius

public _radius:Point

_fc

public _fc:Number

_fa

public _fa:Number

_sw

public _sw:Number

_sc

public _sc:Number

_sa

public _sa:Number

Method Detail

draw

public function draw():Void

(Re)Draw line with current properties.

Return

Void