Class fever.display.style.StageAlign

Description

Provides constant values to use for the Stage.align property.

Field Index

BOTTOM, BOTTOM_LEFT, BOTTOM_RIGHT, LEFT, RIGHT, TOP, TOP_LEFT, TOP_RIGHT

Field Detail

BOTTOM

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

BOTTOM_LEFT

static public BOTTOM_LEFT:String
Specifies that the Stage is aligned in the bottom-left corner.

BOTTOM_RIGHT

static public BOTTOM_RIGHT:String
Specifies that the Stage is aligned in the bottom-right corner.

LEFT

static public LEFT:String
Specifies that the Stage is aligned on the left.

RIGHT

static public RIGHT:String
Specifies that the Stage is aligned to the right.

TOP

static public TOP:String
Specifies that the Stage is aligned at the top.

TOP_LEFT

static public TOP_LEFT:String
Specifies that the Stage is aligned in the top-left corner.

TOP_RIGHT

static public TOP_RIGHT:String
Specifies that the Stage is aligned in the top-right corner.