Method | Result |
canParse(string) | Returns a boolean true if the argument can be successfully parsed. |
clone() | Returns a new location that is an exact copy. |
expand(float) | Returns a new location expanded by the value of the parameter in each direction. |
inside(location) | Returns a boolean true if the location is entirely enclosed by the space defined by the parameter. |
parse(string) | Returns the location instance represented by the argument. |
toString() | Returns a string representation. |