Constructor Summary |
---|
ShapePathPointCollection()
|
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) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | clear() | → inherited from CollectionBase |
function | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | → inherited from CollectionBase |
Constructor Detail |
---|
function ShapePathPointCollection()
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : ShapePathPoint | |
function get(index) |
index
- The indexMethod Detail |
---|
add | |
function add(x, y) |
x: Number
- The x coordinate.y: Number
- The y coordinate.clear | |
function clear() |
removeAt | |
function removeAt(index) |
iterator | |
function iterator() |
get | |
function get(index) |
contains | |
function contains(value) |
add | |
function add(value) |
indexOf | |
function indexOf(value) |