© 2006-2007 ETH Zurich

org.ximtec.igesture.util
Class Constant

java.lang.Object
  extended by org.ximtec.igesture.util.Constant

public class Constant
extends Object

Author:
Bjorn Puype, bpuype@gmail.com

Field Summary
static String CM
           
static int CONNECTION_BLUETOOTH
           
static String CONNECTION_BLUETOOTH_TEXT
           
static int CONNECTION_TUIO
           
static String CONNECTION_TUIO_TEXT
           
static int CONNECTION_USB
           
static String CONNECTION_USB_TEXT
           
static String KM
           
static String M
           
static String MM
           
static int MUL_CM
           
static int MUL_KM
           
static int MUL_M
           
static int TYPE_2D
           
static String TYPE_2D_TEXT
           
static int TYPE_3D
           
static String TYPE_3D_TEXT
           
static int TYPE_VOICE
           
static String TYPE_VOICE_TEXT
           
 
Constructor Summary
Constant()
           
 
Method Summary
static String getConnectionTypeName(int type)
           
static int getConnectionTypeValue(String type)
           
static String getDeviceTypeName(int type)
           
static int getDeviceTypeValue(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_2D_TEXT

public static final String TYPE_2D_TEXT
See Also:
Constant Field Values

TYPE_3D_TEXT

public static final String TYPE_3D_TEXT
See Also:
Constant Field Values

TYPE_VOICE_TEXT

public static final String TYPE_VOICE_TEXT
See Also:
Constant Field Values

TYPE_2D

public static final int TYPE_2D
See Also:
Constant Field Values

TYPE_3D

public static final int TYPE_3D
See Also:
Constant Field Values

TYPE_VOICE

public static final int TYPE_VOICE
See Also:
Constant Field Values

CONNECTION_BLUETOOTH

public static final int CONNECTION_BLUETOOTH
See Also:
Constant Field Values

CONNECTION_TUIO

public static final int CONNECTION_TUIO
See Also:
Constant Field Values

CONNECTION_USB

public static final int CONNECTION_USB
See Also:
Constant Field Values

CONNECTION_BLUETOOTH_TEXT

public static final String CONNECTION_BLUETOOTH_TEXT
See Also:
Constant Field Values

CONNECTION_TUIO_TEXT

public static final String CONNECTION_TUIO_TEXT
See Also:
Constant Field Values

CONNECTION_USB_TEXT

public static final String CONNECTION_USB_TEXT
See Also:
Constant Field Values

M

public static final String M
See Also:
Constant Field Values

CM

public static final String CM
See Also:
Constant Field Values

MM

public static final String MM
See Also:
Constant Field Values

KM

public static final String KM
See Also:
Constant Field Values

MUL_M

public static final int MUL_M
See Also:
Constant Field Values

MUL_CM

public static final int MUL_CM
See Also:
Constant Field Values

MUL_KM

public static final int MUL_KM
See Also:
Constant Field Values
Constructor Detail

Constant

public Constant()
Method Detail

getDeviceTypeName

public static String getDeviceTypeName(int type)

getDeviceTypeValue

public static int getDeviceTypeValue(String type)

getConnectionTypeName

public static String getConnectionTypeName(int type)

getConnectionTypeValue

public static int getConnectionTypeValue(String type)

© 2006-2007 ETH Zurich

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