Packagecom.nocircleno.graffiti.tools
Classpublic class LineType
InheritanceLineType Inheritance Object

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 Methods
 MethodDefined By
  
validType(type:String):Boolean
[static] The validType method is used to validate a line type.
LineType
Public Constants
 ConstantDefined By
  DASHED : String = dashed
[static] Dashed Line
LineType
  DOTTED : String = dotted
[static] Dotted Line
LineType
  SOLID : String = solid
[static] Solid Line
LineType
Method Detail
validType()method
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.

Returns
Boolean
Constant Detail
DASHEDConstant
public static const DASHED:String = dashed

Dashed Line

DOTTEDConstant 
public static const DOTTED:String = dotted

Dotted Line

SOLIDConstant 
public static const SOLID:String = solid

Solid Line