Class fever.display.style.SpreadMethod

Description

Provides values for the spreadMethod parameter in the beginGradientFill() and lineGradientStyle() methods of the Graphics class.

Field Index

PAD, REFLECT, REPEAT

Field Detail

PAD

static public PAD:String
Specifies that the gradient use the pad spread method.

REFLECT

static public REFLECT:String
Specifies that the gradient use the reflect spread method.

REPEAT

static public REPEAT:String
Specifies that the gradient use the repeat spread method.