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

Class provides constant values to use to define the types of Lines.



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