com.blocketpc.managers.layoutmanager.LayoutType

This class stores the different values for the type of the position, relative or absolute.

Version

1.0

Author

Marcos

See Also

LayoutManager, LayoutLayer, LayoutItem, LayoutOrientation, LayoutPosition

Summary
com.blocketpc.managers.layoutmanager.LayoutTypeThis class stores the different values for the type of the position, relative or absolute.
Variables
ABSOLUTEIndicates that the coordinates of the layer are taken in pixels from the origin of the Stage or Layer
RELATIVEIndicates that the coordinates of the layer are taken as a percent relative to the whole Stage or Layer

Variables

ABSOLUTE

public static var ABSOLUTE: String

Indicates that the coordinates of the layer are taken in pixels from the origin of the Stage or Layer

RELATIVE

public static var RELATIVE: String

Indicates that the coordinates of the layer are taken as a percent relative to the whole Stage or Layer

public static var ABSOLUTE: String
Indicates that the coordinates of the layer are taken in pixels from the origin of the Stage or Layer
public static var RELATIVE: String
Indicates that the coordinates of the layer are taken as a percent relative to the whole Stage or Layer
This class manage all the system of Layers.
This class represents the layer created to linked LayoutItems to it.
This class control the possition of the linked movieclip relative to the LayoutManager associated with it.
This class stores the different values for the screen orientation.
This class stores the different values for the Layers and Items positions.