© 2006-2007 ETH Zurich

Uses of Class
org.ximtec.igesture.algorithm.siger.Direction

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)
           
 


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.