Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the count of paths | ||
method | get(index) | |
Gets a creation path. |
Method Summary | ||
---|---|---|
method | add() | |
Add a creation path. | ||
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : ShapePath | |
ShapePath get(index) |
index
- The index.Method Detail |
---|
add | |
int add() |
clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |