Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 10 - AIR 1.5 |
Class provides constant values used to define the types of Lines that can be drawn.
public static function validType(type:String):Boolean
The validType
method is used to validate a line type.
Parameters
| type:String — String to check to see if it is a valid Line Type.
|
Returnspublic static const DASHED:String = dashed
Dashed Line
public static const DOTTED:String = dotted
Dotted Line
public static const SOLID:String = solid
Solid Line
Mon Mar 9 2009, 01:43 PM -04:00