Packagecom.addicted2flash.layout.debug
Classpublic class DebugStyle

This class defines the style of outline the LayoutDebugger uses.



Public Properties
 PropertyDefined by
  lineColor : int
[read-only] Returns the line color of this style.
DebugStyle
  lineThickness : int
[read-only] Returns the line thickness of this style.
DebugStyle
Public Methods
 MethodDefined by
  
DebugStyle(lineColor:int, lineThickness:int)
Creates a new DebugStyle.
DebugStyle
  
toString():String
Returns the string representation of the DebugStyle.
DebugStyle
Public Constants
 ConstantDefined by
  DEFAULT : DebugStyle
[static] Default DebugStyle.
DebugStyle
Property detail
lineColorproperty
lineColor:int  [read-only]

Returns the line color of this style.

Implementation
    public function get lineColor():int
lineThicknessproperty 
lineThickness:int  [read-only]

Returns the line thickness of this style.

Implementation
    public function get lineThickness():int
Constructor detail
DebugStyle()constructor
public function DebugStyle(lineColor:int, lineThickness:int)

Creates a new DebugStyle.

Parameters
lineColor:int — line color
 
lineThickness:int — line thickness
Method detail
toString()method
public function toString():String

Returns the string representation of the DebugStyle.

Returns
String — the string representation of the DebugStyle
Constant detail
DEFAULTconstant
public static const DEFAULT:DebugStyle

Default DebugStyle.