| Package | Description |
|---|---|
| org.ximtec.igesture.algorithm.siger |
The Rubine gesture recognition algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.parse(String s) |
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Constants.getRegex(Direction direction)
Returns the regular expression of the given direction.
|
boolean |
Statistics.isDiagonal(Direction direction)
Returns true if the direction is diagonal
|
boolean |
Statistics.isStraight(Direction direction)
Returns true if the directions is straight
|
| Constructor and Description |
|---|
Statistics(List<Direction> directions,
org.sigtec.ink.Note note) |
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.