| Constructor Summary | 
|---|
| Property Getters/Setters Summary | ||
|---|---|---|
| function | getCount() | |
| function | get(index) | |
| 
            Gets shape path point by index.
             | ||
| Method Summary | ||
|---|---|---|
| function | add(x, y) | |
| 
            Adds a path point.
             | ||
| function | add(value) | |
| Reserved for internal use. | ||
| function | clear() | |
| function | contains(value) | |
| Reserved for internal use. | ||
| function | get(index) | |
| Reserved for internal use. | ||
| function | indexOf(value) | |
| Reserved for internal use. | ||
| function | iterator() | |
| function | removeAt(index) | |
function getCount()
function get(index)
function add(x, y)
x: Number - The x coordinate.y: Number - The y coordinate.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)