| Package | com.addicted2flash.layout.debug |
| Class | public class DebugStyle |
LayoutDebugger uses.
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
DebugStyle(lineColor:int, lineThickness:int)
Creates a new
DebugStyle. | DebugStyle | ||
|
toString():String
Returns the string representation of the
DebugStyle. | DebugStyle | ||
| Constant | Defined by | ||
|---|---|---|---|
| DEFAULT : DebugStyle
[static]
Default
DebugStyle. | DebugStyle | ||
| lineColor | property |
lineColor:int [read-only]Returns the line color of this style.
Implementation public function get lineColor():int
| lineThickness | property |
lineThickness:int [read-only]Returns the line thickness of this style.
Implementation public function get lineThickness():int
| DebugStyle | () | constructor |
public function DebugStyle(lineColor:int, lineThickness:int)
Creates a new DebugStyle.
lineColor:int — line color
|
|
lineThickness:int — line thickness
|
| toString | () | method |
public function toString():String
Returns the string representation of the DebugStyle.
String — the string representation of the DebugStyle
|
| DEFAULT | constant |
public static const DEFAULT:DebugStyle
Default DebugStyle.