de.softpro.signdocmobile.foundations
Class TabletTraceCollectionHelper

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

public class TabletTraceCollectionHelper
extends TabletTraceCollection

See Also:
Serialized Form

Nested Class Summary
static interface TabletTraceCollectionHelper.InputDeviceEvaluator
           
static interface TabletTraceCollectionHelper.StrokeListner
           
 
Nested classes/interfaces inherited from class de.softpro.signdocmobile.foundations.TabletTraceCollection
TabletTraceCollection.BinaryFormat, TabletTraceCollection.TabletSpec
 
Field Summary
 
Fields inherited from class de.softpro.signdocmobile.foundations.TabletTraceCollection
SC_SIGNATURE_MAX_PRESSURE
 
Constructor Summary
TabletTraceCollectionHelper()
           
TabletTraceCollectionHelper(TabletTraceCollection src)
           
 
Method Summary
 void clear()
           
 TabletTraceCollection.TabletSpec getTabletSpecs()
          Get the TabletSpec for the TraceCollection
 boolean isPenEvent(android.view.MotionEvent event)
           
 void normalize(float maxPressure, float screenDpi)
           
 void normalize(float aMaxPressure, float screenDpi, float targetDpi)
          Deprecated. 
 boolean onTouchEvent(android.view.MotionEvent event)
           
 void setInputEvaluator(TabletTraceCollectionHelper.InputDeviceEvaluator eva)
          Deprecated. 
 void setStrokeListener(TabletTraceCollectionHelper.StrokeListner list)
           
 
Methods inherited from class de.softpro.signdocmobile.foundations.TabletTraceCollection
addTrace, createBiometricData, getTraces, isEmpty, isEqual, normalize, normalize, render, render, renderInBitmap, renderInBitmap, toString, toString, writeBinaryBlob
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabletTraceCollectionHelper

public TabletTraceCollectionHelper()

TabletTraceCollectionHelper

public TabletTraceCollectionHelper(TabletTraceCollection src)
Method Detail

setStrokeListener

public void setStrokeListener(TabletTraceCollectionHelper.StrokeListner list)

setInputEvaluator

@Deprecated
public void setInputEvaluator(TabletTraceCollectionHelper.InputDeviceEvaluator eva)
Deprecated. 


onTouchEvent

public boolean onTouchEvent(android.view.MotionEvent event)

clear

public void clear()
Overrides:
clear in class TabletTraceCollection

getTabletSpecs

public TabletTraceCollection.TabletSpec getTabletSpecs()
Description copied from class: TabletTraceCollection
Get the TabletSpec for the TraceCollection

Overrides:
getTabletSpecs in class TabletTraceCollection
Returns:
TabletSpec

isPenEvent

public boolean isPenEvent(android.view.MotionEvent event)

normalize

public void normalize(float maxPressure,
                      float screenDpi)

normalize

@Deprecated
public void normalize(float aMaxPressure,
                                 float screenDpi,
                                 float targetDpi)
Deprecated.