Class sandy.skin.SimpleLineSkin

Implemented Interfaces

Skin

Description

SimpleLineSkin

Field Index

alpha, color, thickness

Inherited from BasicSkin

Method Index

new SimpleLineSkin()
begin(), end(), getType(), toString()

Inherited from BasicSkin

Constructor Detail

SimpleLineSkin

public function SimpleLineSkin(t:Number, c:Number, a:Number)

Create a new SimpleLineSkin

Parameters

tThe size of line
cThe color ot the line
aThe alpha of the line

Field Detail

alpha

public alpha:Number

color

public color:Number

thickness

public thickness:Number

Method Detail

getType

public function getType(Void):SkinType

getType, returns the type of the skin

Parameters

Void

Return

The appropriate SkinType

Specified By

getType() in sandy.skin.Skin

Overrides

getType() in sandy.skin.BasicSkin

begin

public function begin(f:IPolygon, mc:MovieClip):Void

Start the rendering of the Skin

Parameters

fThe face which is being rendered
mcThe mc where the face will be build.

Specified By

begin() in sandy.skin.Skin

end

public function end(f:IPolygon, mc:MovieClip):Void

Finish the rendering of the Skin

Parameters

fThe face which is being rendered
mcThe mc where the face will be build.

Specified By

end() in sandy.skin.Skin

toString

public function toString(Void):String