Uses of Class
de.softpro.signdocmobile.foundations.TabletTraceCollection

Uses of TabletTraceCollection in de.softpro.signdocmobile.foundations
 

Subclasses of TabletTraceCollection in de.softpro.signdocmobile.foundations
 class TabletTraceCollectionHelper
           
 

Methods in de.softpro.signdocmobile.foundations that return TabletTraceCollection
 TabletTraceCollection SignatureCaptureView.getTabletTraceCollection()
          Get the current TabletTraceCollection
static TabletTraceCollection TabletTraceCollection.normalize(TabletTraceCollection aTabletTraceCollection, float screenDpi)
           
static TabletTraceCollection TabletTraceCollection.normalize(TabletTraceCollection aTabletTraceCollection, float screenDpi, float targetDpi)
          Deprecated. 
 

Methods in de.softpro.signdocmobile.foundations with parameters of type TabletTraceCollection
static byte[] TabletTraceCollection.createBiometricData(TabletTraceCollection aTabletTraceCollection, TabletTraceCollection.BinaryFormat format, boolean raw)
          Helper method to create a binary blob used to store the biometric data.
 boolean TabletTraceCollection.isEqual(TabletTraceCollection b)
          Check if TabletTraceCollection are equal
static TabletTraceCollection TabletTraceCollection.normalize(TabletTraceCollection aTabletTraceCollection, float screenDpi)
           
static TabletTraceCollection TabletTraceCollection.normalize(TabletTraceCollection aTabletTraceCollection, float screenDpi, float targetDpi)
          Deprecated. 
 void SignatureCaptureView.ISignatureButtonListener.okClicked(TabletTraceCollection traceCollection)
          The callback function that is called when the ok button is clicked
static android.graphics.Bitmap TabletTraceCollection.render(TabletTraceCollection aTabletTraceCollection, PenSetting aPen, int dpi)
          Deprecated. 
static android.graphics.Bitmap TabletTraceCollection.render(TabletTraceCollection aTabletTraceCollection, PenSetting aPen, int dpi, int backgroundColor)
          Helper method to render a tablet trace collection to a bitmap
static boolean TabletTraceCollection.renderInBitmap(android.graphics.Bitmap bitmap, TabletTraceCollection aTabletTraceCollection, PenSetting aPen)
          Helper method to render a TabletTraceCollection to a pre-existing bitmap.
static boolean TabletTraceCollection.renderInBitmap(android.graphics.Bitmap bitmap, TabletTraceCollection aTabletTraceCollection, PenSetting aPen, android.graphics.Rect rect)
          Helper method to render a TabletTraceCollection to a pre-existing bitmap.
 

Constructors in de.softpro.signdocmobile.foundations with parameters of type TabletTraceCollection
TabletTraceCollection(TabletTraceCollection aSrc)
           
TabletTraceCollectionHelper(TabletTraceCollection src)