© 2006-2007 ETH Zurich

org.ximtec.igesture.algorithm.rubine3d
Enum Rubine3DConfiguration.Config

java.lang.Object
  extended by java.lang.Enum<Rubine3DConfiguration.Config>
      extended by org.ximtec.igesture.algorithm.rubine3d.Rubine3DConfiguration.Config
All Implemented Interfaces:
Serializable, Comparable<Rubine3DConfiguration.Config>
Enclosing class:
Rubine3DConfiguration

public static enum Rubine3DConfiguration.Config
extends Enum<Rubine3DConfiguration.Config>


Enum Constant Summary
XY_FEATURE_LIST
           
XY_MAHALANOBIS_DISTANCE
           
XY_MIN_DISTANCE
           
XY_PROBABILITY
           
XY_WEIGHT
           
YZ_FEATURE_LIST
           
YZ_MAHALANOBIS_DISTANCE
           
YZ_MIN_DISTANCE
           
YZ_PROBABILITY
           
YZ_WEIGHT
           
ZX_FEATURE_LIST
           
ZX_MAHALANOBIS_DISTANCE
           
ZX_MIN_DISTANCE
           
ZX_PROBABILITY
           
ZX_WEIGHT
           
 
Method Summary
static Rubine3DConfiguration.Config valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Rubine3DConfiguration.Config[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

XY_WEIGHT

public static final Rubine3DConfiguration.Config XY_WEIGHT

YZ_WEIGHT

public static final Rubine3DConfiguration.Config YZ_WEIGHT

ZX_WEIGHT

public static final Rubine3DConfiguration.Config ZX_WEIGHT

XY_MIN_DISTANCE

public static final Rubine3DConfiguration.Config XY_MIN_DISTANCE

XY_FEATURE_LIST

public static final Rubine3DConfiguration.Config XY_FEATURE_LIST

XY_MAHALANOBIS_DISTANCE

public static final Rubine3DConfiguration.Config XY_MAHALANOBIS_DISTANCE

XY_PROBABILITY

public static final Rubine3DConfiguration.Config XY_PROBABILITY

YZ_MIN_DISTANCE

public static final Rubine3DConfiguration.Config YZ_MIN_DISTANCE

YZ_FEATURE_LIST

public static final Rubine3DConfiguration.Config YZ_FEATURE_LIST

YZ_MAHALANOBIS_DISTANCE

public static final Rubine3DConfiguration.Config YZ_MAHALANOBIS_DISTANCE

YZ_PROBABILITY

public static final Rubine3DConfiguration.Config YZ_PROBABILITY

ZX_MIN_DISTANCE

public static final Rubine3DConfiguration.Config ZX_MIN_DISTANCE

ZX_FEATURE_LIST

public static final Rubine3DConfiguration.Config ZX_FEATURE_LIST

ZX_MAHALANOBIS_DISTANCE

public static final Rubine3DConfiguration.Config ZX_MAHALANOBIS_DISTANCE

ZX_PROBABILITY

public static final Rubine3DConfiguration.Config ZX_PROBABILITY
Method Detail

values

public static Rubine3DConfiguration.Config[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Rubine3DConfiguration.Config c : Rubine3DConfiguration.Config.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Rubine3DConfiguration.Config valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

© 2006-2007 ETH Zurich

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