de.softpro.signdocmobile.foundations
Class TabletTraceCollection.TabletSpec

java.lang.Object
  extended by de.softpro.signdocmobile.foundations.TabletTraceCollection.TabletSpec
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TabletTraceCollection

public class TabletTraceCollection.TabletSpec
extends java.lang.Object
implements java.io.Serializable

TabletSpec contains information about the captured device

See Also:
Serialized Form

Field Summary
static int SP_ANDROID_PEN_DEV
           
static int SP_ANDROID_TOUCH_DEV
          SignWare identifier miscellaneous android device
static int SP_HTC_P510E_DEV
          SignWare identifier for the HTC flyer
static int SP_OLIVETTI_GRAPHOS_A10_DEV
          SignWare identifier for the Olivetti Graphos A10
static int SP_OLIVETTI_ZPAD_B8001_DEV
          SignWare identifier for the Olivetti pad B8001
static int SP_SAMSUNG_GT_N7000_DEV
          SignWare identifier for the Samsung Galaxy Note GT-N7000
static int SP_SAMSUNG_S_PEN_DEV
           
 
Method Summary
 java.lang.String getModelName()
          Get the model name of the device
 int getNumberPressureLevels()
          Get the number of pressure levels
 int getResolution()
          Get the capture device resolution
 int getSampleRate()
          Get the sampling rate
 int getSignWareDeviceID()
          Get the SignWare ID
 void init()
           
 boolean isEqual(TabletTraceCollection.TabletSpec b)
           
 void setModelName(java.lang.String modelName)
          Set the model name of the device
 void setNumberPressureLevels(int numberPressureLevels)
          Set the number of pressure levels
 void setResolution(int resolution)
          Set the capture device resolution
 void setSampleRate(int sampleRate)
          Set the sampling rate
 void setSignWareDeviceID(int signWareDeviceID)
          Set the SignWare ID
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SP_OLIVETTI_ZPAD_B8001_DEV

public static final int SP_OLIVETTI_ZPAD_B8001_DEV
SignWare identifier for the Olivetti pad B8001

See Also:
Constant Field Values

SP_OLIVETTI_GRAPHOS_A10_DEV

public static final int SP_OLIVETTI_GRAPHOS_A10_DEV
SignWare identifier for the Olivetti Graphos A10

See Also:
Constant Field Values

SP_SAMSUNG_GT_N7000_DEV

public static final int SP_SAMSUNG_GT_N7000_DEV
SignWare identifier for the Samsung Galaxy Note GT-N7000

See Also:
Constant Field Values

SP_SAMSUNG_S_PEN_DEV

public static final int SP_SAMSUNG_S_PEN_DEV
See Also:
Constant Field Values

SP_HTC_P510E_DEV

public static final int SP_HTC_P510E_DEV
SignWare identifier for the HTC flyer

See Also:
Constant Field Values

SP_ANDROID_TOUCH_DEV

public static final int SP_ANDROID_TOUCH_DEV
SignWare identifier miscellaneous android device

See Also:
Constant Field Values

SP_ANDROID_PEN_DEV

public static final int SP_ANDROID_PEN_DEV
See Also:
Constant Field Values
Method Detail

init

public void init()

setModelName

public void setModelName(java.lang.String modelName)
Set the model name of the device

Parameters:
modelName - model name

getModelName

public java.lang.String getModelName()
Get the model name of the device

Returns:
model name

setSignWareDeviceID

public void setSignWareDeviceID(int signWareDeviceID)
Set the SignWare ID

Parameters:
signWareDeviceID - SignWare ID

getSignWareDeviceID

public int getSignWareDeviceID()
Get the SignWare ID

Returns:
SignWare ID

setSampleRate

public void setSampleRate(int sampleRate)
Set the sampling rate

Parameters:
sampleRate - samples per second

getSampleRate

public int getSampleRate()
Get the sampling rate

Returns:
samples per second

setNumberPressureLevels

public void setNumberPressureLevels(int numberPressureLevels)
Set the number of pressure levels

Parameters:
numberPressureLevels - number of pressure levels

getNumberPressureLevels

public int getNumberPressureLevels()
Get the number of pressure levels

Returns:
number of pressure levels

setResolution

public void setResolution(int resolution)
Set the capture device resolution

Parameters:
resolution - device resolution in dpi

getResolution

public int getResolution()
Get the capture device resolution

Returns:
device resolution in dpi

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isEqual

public boolean isEqual(TabletTraceCollection.TabletSpec b)