Class fever.display.style.LineScaleMode

Description

Provides values for the scaleMode parameter in the MovieClip.lineStyle method.

Field Index

BOTTOM, HORIZONTAL, NONE, NORMAL, VERTICAL

Field Detail

BOTTOM

static public BOTTOM:String
Specifies that the Stage is aligned at the bottom.

HORIZONTAL

static public HORIZONTAL:String
With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line scales vertically only.

NONE

static public NONE:String
With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line never scales.

NORMAL

static public NORMAL:String
With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line always scales when the object is scaled (the default).

VERTICAL

static public VERTICAL:String
With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line scales horizontally only.