| Package | Description |
|---|---|
| hacks | |
| org.ximtec.igesture.algorithm |
Algorithm interfaces to be implemented by new recognition algorithms.
|
| org.ximtec.igesture.algorithm.rubine |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.algorithm.rubine3d.tools | |
| org.ximtec.igesture.algorithm.rubinebd |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.algorithm.signature |
A signature-based gesture recognition algorithm.
|
| org.ximtec.igesture.batch |
Batch processing functionality for algorithm evaluation.
|
| 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.geco.dialog | |
| org.ximtec.igesture.geco.gui | |
| org.ximtec.igesture.geco.mapping | |
| org.ximtec.igesture.geco.xml | |
| org.ximtec.igesture.tool.util | |
| org.ximtec.igesture.tool.view.admin.panel | |
| org.ximtec.igesture.util |
Some utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static com.lowagie.text.pdf.PdfPCell |
PDFTool.createImageCell(GestureClass gestureClass)
Creates a table cell with a gesture sample and the name.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<Gesture<T>> |
SampleBasedAlgorithm.getSamples(GestureClass gestureClass,
Class<? extends DefaultSampleDescriptor<T>> type)
Returns the list of samples of a given gesture class.
|
| Modifier and Type | Method and Description |
|---|---|
GestureClass |
GestureClassHelper.getGestureClass() |
| Constructor and Description |
|---|
GestureClassHelper(GestureClass gestureClass,
RubineConfiguration configuration,
CountDownLatch latch) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gesture3DToolUI.selectGestureClass(GestureClass gClass) |
| Modifier and Type | Method and Description |
|---|---|
GestureClass |
GestureClassHelper.getGestureClass() |
| Constructor and Description |
|---|
GestureClassHelper(GestureClass gestureClass,
RubineConfiguration configuration,
CountDownLatch latch) |
| Modifier and Type | Method and Description |
|---|---|
GestureClass |
GestureSignature.getGestureClass()
Returns the gesture class this signature belongs to.
|
| Constructor and Description |
|---|
GestureSignature(org.sigtec.ink.Note note,
GestureClass gestureClass,
int rasterSize,
int gridSize)
Constructs a new gesture signature.
|
| Constructor and Description |
|---|
Statistic(GestureClass gestureClass)
Constructs a new class statistic.
|
| Modifier and Type | Method and Description |
|---|---|
GestureClass |
Result.getGestureClass()
Returns the result gesture class.
|
GestureClass |
GestureSet.getGestureClass(int index)
Returns the gesture class at position index.
|
GestureClass |
GestureSet.getGestureClass(String name)
Returns the gesture class with the specified name or null if a gesture
class with the specified name does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
List<GestureClass> |
GestureSet.getGestureClasses()
Returns the list of all gesture classes the gesture set contains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GestureSet.addGestureClass(GestureClass gestureClass)
Adds a gesture class to the set.
|
boolean |
ResultSet.contains(GestureClass gestureClass)
Returns true if the result set contains the given gesture class.
|
void |
GestureSet.removeGestureClass(GestureClass gestureClass)
Removes a gesture class from the gesture set.
|
void |
Result.setGestureClass(GestureClass gestureClass) |
void |
Visitor.visit(GestureClass gestureClass) |
| Constructor and Description |
|---|
Result(GestureClass gestureClass,
double accuracy)
Constructs a new result.
|
| Constructor and Description |
|---|
GestureSet(List<GestureClass> gestureClasses)
Constructs a new gesture set from a list of gesture classes.
|
| Modifier and Type | Method and Description |
|---|---|
static GestureClass |
JdomGestureClass.unmarshal(org.jdom.Element gestureClassElement) |
| Constructor and Description |
|---|
JdomGestureClass(GestureClass gestureClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingDialog.showDialog(GestureClass gc)
Shows the dialog.
|
| Modifier and Type | Field and Description |
|---|---|
Hashtable<String,GestureClass> |
MainModel.gestureClassesTable |
| Modifier and Type | Method and Description |
|---|---|
GestureClass |
MainView.getSelectedClass()
Return the selected Gesture Class
|
| Modifier and Type | Method and Description |
|---|---|
SortedListModel<GestureClass> |
MainModel.getGestureListModel()
Returns the model for the gesture List
|
Hashtable<GestureClass,GestureToActionMapping> |
MainModel.getMappings() |
| Modifier and Type | Field and Description |
|---|---|
protected GestureClass |
GestureToActionMapping.gestureClass |
| Modifier and Type | Method and Description |
|---|---|
GestureClass |
GestureToActionMapping.getGestureClass()
Returns the gesture class
|
| Constructor and Description |
|---|
GestureToActionMapping(GestureClass gesture,
GestureAction action)
Constructor
|
| Constructor and Description |
|---|
JdomGestureElement(GestureClass gestureClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyChangeVisitor.visit(GestureClass gestureClass) |
| Constructor and Description |
|---|
GestureClassPanel(Controller controller,
GestureClass gestureClass) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GestureTool.hasSampleEnoughPoints(GestureClass gestureClass,
int min) |
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.