| Package | Description |
|---|---|
| org.ximtec.igesture.algorithm.rubine3d.tools | |
| org.ximtec.igesture.core |
The core iGesture classes.
|
| org.ximtec.igesture.core.jdom |
XML import and export functionality for core iGesture classes.
|
| org.ximtec.igesture.io.android | |
| org.ximtec.igesture.io.tuio | |
| org.ximtec.igesture.io.wiimote | |
| org.ximtec.igesture.util |
Some utilities.
|
| org.ximtec.igesture.util.additions3d.jdom | |
| org.ximtec.igesture.util.additionsandroid | |
| org.ximtec.igesture.util.additionswiimote |
| Modifier and Type | Method and Description |
|---|---|
Gesture<Note3D> |
WiiReader.getGesture()
Returns a copy of the recorded gesture in a GestureSample3D
|
List<Gesture<Note3D>> |
Gesture3DTool.getGestureSamples(String setName,
String className)
Returns a list of gesture samples from gesture class with name className
from gesture set with name setName
|
| Modifier and Type | Method and Description |
|---|---|
Note3D |
GestureSample3D.getGesture()
Returns the gesture sample.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GestureSample3D.setGesture(Note3D gesture)
Sets the sample gesture.
|
| Constructor and Description |
|---|
GestureSample3D(GestureDevice<?,?> device,
String name,
Note3D gesture)
Constructs a new GestureSample3D.
|
GestureSample3D(String name,
Note3D gesture)
Constructs a new GestureSample3D.
|
| Modifier and Type | Method and Description |
|---|---|
static Gesture<Note3D> |
JdomGestureSample3D.unmarshal(org.jdom.Element sample) |
| Constructor and Description |
|---|
JdomGestureSample3D(Gesture<Note3D> sample) |
| Modifier and Type | Method and Description |
|---|---|
Gesture<Note3D> |
AndroidReader3D.getGesture()
Returns a copy of the recorded gesture in a GestureSample3D
|
| Modifier and Type | Field and Description |
|---|---|
protected Note3D |
TuioReader.lastNote3DAdded |
| Modifier and Type | Method and Description |
|---|---|
Gesture<Note3D> |
TuioReader3D.getGesture() |
Gesture<Note3D> |
TuioReader.getGesture3D() |
| Modifier and Type | Method and Description |
|---|---|
Gesture<Note3D> |
WiiReader.getGesture()
Returns a copy of the recorded gesture in a GestureSample3D
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
GestureTool.createNote3DImage(Note3D gesture,
int width,
int height)
Creates an image from the note3d
|
static void |
Note3DTool.paintGesture(Note3D gs,
Graphics g,
int width,
int height,
boolean drawFieldTitles) |
static List<Gesture<org.sigtec.ink.Note>> |
Note3DTool.splitToPlanes(Note3D gs)
Splits Note3D gesture into three 2D planes.
|
| Modifier and Type | Method and Description |
|---|---|
static Note3D |
JdomNote3D.unmarshal(org.jdom.Element gesture) |
| Constructor and Description |
|---|
JdomNote3D(Note3D gesture) |
| Modifier and Type | Method and Description |
|---|---|
static Note3D |
AndroidTools.accelerationsToTraces(Accelerations acc) |
| Modifier and Type | Method and Description |
|---|---|
static Note3D |
WiiMoteTools2.accelerationsToTraces(Accelerations acc)
Converts the acceleration data from the WiiMote into timestamped 3D positions in a Note3D object
|
static Note3D |
WiiMoteTools.accelerationsToTraces(Accelerations acc)
Converts the acceleration data from the WiiMote into timestamped 3D positions in a Note3D object
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.