|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PathListener
Path listener interface.
Method Summary | |
---|---|
void |
operationInserted(Path path,
int index)
Called when an operation has been inserted into a path. |
void |
operationsRemoved(Path path,
int index,
Sequence<Path.Operation> removed)
Called when operations have been removed from a path. |
void |
operationUpdated(Path.Operation operation)
Called when an operation has been updated. |
void |
windingRuleChanged(Path path,
Path.WindingRule previousWindingRule)
Called when a path's winding rule has changed. |
Method Detail |
---|
void windingRuleChanged(Path path, Path.WindingRule previousWindingRule)
path
- previousWindingRule
- void operationInserted(Path path, int index)
path
- index
- void operationsRemoved(Path path, int index, Sequence<Path.Operation> removed)
path
- index
- removed
- void operationUpdated(Path.Operation operation)
operation
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |