| Modifier and Type | Method and Description |
|---|---|
void |
StrokeManager.addPoint(java.lang.String strokeName,
Point point)
Add a point to a stroke.
|
int |
Point.compareTo(Point that) |
void |
StrokeManager.removePoint(java.lang.String strokeName,
Point point)
Remove a point from a stroke.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StrokeManager.addPoints(java.lang.String strokeName,
java.util.Set<Point> points)
Add a set of points to a stroke.
|
void |
StrokeManager.onFailure(java.lang.String strokeId,
java.util.Set<Point> points) |
void |
StrokeManager.onSuccess(java.lang.String strokeId,
java.util.Set<Point> points) |
void |
StrokeManager.removePoints(java.lang.String strokeName,
java.util.Set<Point> points)
Remove points from a stroke.
|