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

Uses of TabletTrace in de.softpro.signdocmobile.foundations
 

Methods in de.softpro.signdocmobile.foundations that return types with arguments of type TabletTrace
 java.util.List<TabletTrace> TabletTraceCollection.getTraces()
          Get a list of the TabletTrace
 

Methods in de.softpro.signdocmobile.foundations with parameters of type TabletTrace
 void TabletTraceCollection.addTrace(TabletTrace trace)
           
 void TabletTrace.copy(TabletTrace src)
          Copy an existing TabletTrace
 boolean TabletTrace.isEqual(TabletTrace b)
          Check if two traces are equal
 

Constructors in de.softpro.signdocmobile.foundations with parameters of type TabletTrace
TabletTrace(TabletTrace aSrc)
          TabletTrace copy constructor