Packagecom.google.analytics.debug
Classpublic class Align

The enumeration of all Align values.



Public Methods
 MethodDefined by
  
Align(value:int = 0, name:String = "")
Creates a new Align instance.
Align
  
toString():String
Returns the String representation of the object.
Align
  
valueOf():int
Returns the primitive value of the object.
Align
Public Constants
 ConstantDefined by
  bottom : Align
[static] Defines the "bottom" value (0x002).
Align
  bottomLeft : Align
[static] Defines the "bottomLeft" value (0x022).
Align
  bottomRight : Align
[static] Defines the "bottomRight" value (0x012).
Align
  center : Align
[static] Defines the "center" value (0x100).
Align
  left : Align
[static] Defines the "left" value (0x020).
Align
  none : Align
[static] Defines the "none" value (0x000).
Align
  right : Align
[static] Defines the "right" value (0x010).
Align
  top : Align
[static] Defines the "top" value (0x001).
Align
  topLeft : Align
[static] Defines the "topLeft" value (0x021).
Align
  topRight : Align
[static] Defines the "topRight" value (0x011).
Align
Constructor detail
Align()constructor
public function Align(value:int = 0, name:String = "")

Creates a new Align instance.

Parameters
value:int (default = 0) — The value of the enumeration.
 
name:String (default = "") — The name key of the enumeration.
Method detail
toString()method
public function toString():String

Returns the String representation of the object.

Returns
String — the String representation of the object.
valueOf()method 
public function valueOf():int

Returns the primitive value of the object.

Returns
int — the primitive value of the object.
Constant detail
bottomconstant
public static const bottom:Align

Defines the "bottom" value (0x002).

bottomLeftconstant 
public static const bottomLeft:Align

Defines the "bottomLeft" value (0x022).

bottomRightconstant 
public static const bottomRight:Align

Defines the "bottomRight" value (0x012).

centerconstant 
public static const center:Align

Defines the "center" value (0x100).

leftconstant 
public static const left:Align

Defines the "left" value (0x020).

noneconstant 
public static const none:Align

Defines the "none" value (0x000).

rightconstant 
public static const right:Align

Defines the "right" value (0x010).

topconstant 
public static const top:Align

Defines the "top" value (0x001).

topLeftconstant 
public static const topLeft:Align

Defines the "topLeft" value (0x021).

topRightconstant 
public static const topRight:Align

Defines the "topRight" value (0x011).