| Package | Description |
|---|---|
| event | |
| widget |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentMap.addBlob(MTComponent component,
int id,
Point2 p)
Adds blob with identifier id and position p to the blobque assiciated to component
|
void |
GestureAnalyzer.analyze(MTComponent c,
BlobQueue b,
java.lang.String state,
int id,
Point2 p)
Runs the gesture analysis
|
| Modifier and Type | Class and Description |
|---|---|
class |
MTContainer |
class |
MTPicture |
| Modifier and Type | Method and Description |
|---|---|
MTComponent |
OBB.getMTComponent() |
MTComponent |
MTContainer.whichIs(Point2 p)
Finds which component p belongs to
|
| Modifier and Type | Method and Description |
|---|---|
void |
MTSurface.add(MTComponent c) |
void |
MTContainer.add(MTComponent c) |
void |
MTContainer.select(MTComponent co)
Moves co a the end of the list to display it front
|
| Constructor and Description |
|---|
OBB(MTComponent mtComponent)
Creates an OBB associated to MTComponent mtComponent
|