Packagecom.google.analytics.debug
Classpublic class _Style

The _Style internal class.



Public Properties
 PropertyDefined by
  alertColor : uint
The alert color value.
_Style
  backgroundColor : uint
The background color.
_Style
  borderColor : uint
The border color.
_Style
  failureColor : uint
The failue color value.
_Style
  infoColor : uint
The info color value.
_Style
  roundedCorner : uint
The rounded corner value.
_Style
  sheet : StyleSheet
[read-only] Returns the current style sheet.
_Style
  successColor : uint
The success color value.
_Style
  warningColor : uint
The warning color value.
_Style
Public Methods
 MethodDefined by
  
Creates a new _Style class.
_Style
Property detail
alertColorproperty
public var alertColor:uint

The alert color value.

backgroundColorproperty 
public var backgroundColor:uint

The background color.

borderColorproperty 
public var borderColor:uint

The border color.

failureColorproperty 
public var failureColor:uint

The failue color value.

infoColorproperty 
public var infoColor:uint

The info color value.

roundedCornerproperty 
public var roundedCorner:uint

The rounded corner value.

sheetproperty 
sheet:StyleSheet  [read-only]

Returns the current style sheet.

Implementation
    public function get sheet():StyleSheet
successColorproperty 
public var successColor:uint

The success color value.

warningColorproperty 
public var warningColor:uint

The warning color value.

Constructor detail
_Style()constructor
public function _Style()

Creates a new _Style class.