| Package | com.whirled.contrib.avrg.probe |
| Class | public class PointParameter |
| Inheritance | PointParameter Parameter |
Point is expected. Parsing is very simple and uses
the text before the first comma as the x value and after the comma as the y value.
| Method | Defined by | ||
|---|---|---|---|
|
PointParameter(name:String, flags:uint = 0)
Creates a new point parameter.
| PointParameter | ||
![]() |
isAlpha(char:String):Boolean
[static]
Tests if a character is alphabetic.
| Parameter | |
![]() |
isDigit(char:String):Boolean
[static]
Tests if a character is a digit.
| Parameter | |
|
parse(input:String):Object
Translates a string to an object of this parameter's type.
| PointParameter | ||
| PointParameter | () | constructor |
public function PointParameter(name:String, flags:uint = 0)Creates a new point parameter.
Parametersname:String — the name of the parameter
|
|
flags:uint (default = 0) — optional flags to pass to the superclass
|
| parse | () | method |
public override function parse(input:String):ObjectTranslates a string to an object of this parameter's type.
Parametersinput:String |
Object |