|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use Direction | |
|---|---|
| org.ximtec.igesture.algorithm.siger | The Rubine gesture recognition algorithm. |
| Uses of Direction in org.ximtec.igesture.algorithm.siger |
|---|
| Methods in org.ximtec.igesture.algorithm.siger that return Direction | |
|---|---|
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. |
| Methods in org.ximtec.igesture.algorithm.siger with parameters of type Direction | |
|---|---|
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 parameters in org.ximtec.igesture.algorithm.siger with type arguments of type Direction | |
|---|---|
Statistics(List<Direction> directions,
org.sigtec.ink.Note note)
|
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||