Class sandy.skin.SimpleColorSkin

Implemented Interfaces

Skin

Description

SimpleColorSkin

Field Index

alpha, color

Inherited from BasicSkin

Method Index

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

Inherited from BasicSkin

Constructor Detail

SimpleColorSkin

public function SimpleColorSkin(c:Number, a:Number)

Create a new SimpleColorSkin

Parameters

cThe color ot the line
aThe alpha of the line

Field Detail

alpha

public alpha:Number

color

public color: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(face:IPolygon, mc:MovieClip):Void

Start the rendering of the Skin

Parameters

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