|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.softpro.signdocmobile.foundations.TabletTraceCollection.TabletSpec
public class TabletTraceCollection.TabletSpec
TabletSpec contains information about the captured device
| 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 |
|---|
public static final int SP_OLIVETTI_ZPAD_B8001_DEV
public static final int SP_OLIVETTI_GRAPHOS_A10_DEV
public static final int SP_SAMSUNG_GT_N7000_DEV
public static final int SP_SAMSUNG_S_PEN_DEV
public static final int SP_HTC_P510E_DEV
public static final int SP_ANDROID_TOUCH_DEV
public static final int SP_ANDROID_PEN_DEV
| Method Detail |
|---|
public void init()
public void setModelName(java.lang.String modelName)
modelName - model namepublic java.lang.String getModelName()
public void setSignWareDeviceID(int signWareDeviceID)
signWareDeviceID - SignWare IDpublic int getSignWareDeviceID()
public void setSampleRate(int sampleRate)
sampleRate - samples per secondpublic int getSampleRate()
public void setNumberPressureLevels(int numberPressureLevels)
numberPressureLevels - number of pressure levelspublic int getNumberPressureLevels()
public void setResolution(int resolution)
resolution - device resolution in dpipublic int getResolution()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isEqual(TabletTraceCollection.TabletSpec b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||