| Package | com.nocircleno.graffiti.tools |
| Class | public class LineType |
| Inheritance | LineType Object |
| Method | Defined By | ||
|---|---|---|---|
validType(type:String):Boolean [static]
The validType method is used to validate a line type. | LineType | ||
| Constant | Defined By | ||
|---|---|---|---|
| DASHED : String = dashed [static]
Dashed Line
| LineType | ||
| DOTTED : String = dotted [static]
Dotted Line
| LineType | ||
| SOLID : String = solid [static]
Solid Line
| LineType | ||
| 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.
|
Boolean |
| DASHED | Constant |
public static const DASHED:String = dashedDashed Line
| DOTTED | Constant |
public static const DOTTED:String = dottedDotted Line
| SOLID | Constant |
public static const SOLID:String = solidSolid Line