Class |
PathPoint | ||||||||||||||||||||||||||||||||||||||||||||
A path point of a path. | |||||||||||||||||||||||||||||||||||||||||||||
QuickLinks |
addEventListener, getElements, join, remove, removeEventListener, toSource, toSpecifier | ||||||||||||||||||||||||||||||||||||||||||||
Hierarchy | |||||||||||||||||||||||||||||||||||||||||||||
Properties |
| ||||||||||||||||||||||||||||||||||||||||||||
Methods | InstancesEventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Array of PathPoint getElements () void join (reference:
PathPoint[, given:
JoinOptions])
void remove () bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
string toSource () | ||||||||||||||||||||||||||||||||||||||||||||
Used in: | void PathPoint.join (reference: PathPoint[, given: JoinOptions]) PathPoint PathPoints.nextItem (obj: PathPoint) PathPoint PathPoints.previousItem (obj: PathPoint) | ||||||||||||||||||||||||||||||||||||||||||||
Return |
Array of PathPoint PathPoint.getElements () PathPoint PathPoints.[] (index: number) PathPoint PathPoints.add ([withProperties: Object]) PathPoint PathPoints.anyItem () Array of PathPoint PathPoints.everyItem () PathPoint PathPoints.firstItem () PathPoint PathPoints.item (index: varies) Array of PathPoint PathPoints.itemByRange (from: varies, to: varies) PathPoint PathPoints.lastItem () PathPoint PathPoints.middleItem () PathPoint PathPoints.nextItem (obj: PathPoint) PathPoint PathPoints.previousItem (obj: PathPoint) |
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |