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

Uses of TabletPoint in de.softpro.signdocmobile.foundations
 

Methods in de.softpro.signdocmobile.foundations that return TabletPoint
 TabletPoint TabletTrace.getPoint(int index)
          Get a TabletPoint contained in the trace by index
 

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

Methods in de.softpro.signdocmobile.foundations with parameters of type TabletPoint
 void TabletTrace.addPoint(TabletPoint p)
          Add an TabletPoint to the current trace
 boolean TabletPoint.isEqual(TabletPoint b)
          Check if two points are equal
 void SignatureCaptureView.ISignatureTraceListener.traceBegin(TabletPoint p)
          The callback function that is called when the trace begins
 void SignatureCaptureView.ISignatureTraceListener.traceEnd(TabletPoint p)
          The callback function that is called when the trace ends
 void SignatureCaptureView.ISignatureTraceListener.traceMove(TabletPoint p, java.util.List<TabletPoint> historicalPoints)
          The callback function that is called when a point is added to a trace
 

Method parameters in de.softpro.signdocmobile.foundations with type arguments of type TabletPoint
 void TabletTraceCollectionHelper.StrokeListner.stroke_move(float x, float y, float p, long t, java.util.List<TabletPoint> mHistoricalPoints)
           
 void SignatureCaptureView.ISignatureTraceListener.traceMove(TabletPoint p, java.util.List<TabletPoint> historicalPoints)
          The callback function that is called when a point is added to a trace
 

Constructors in de.softpro.signdocmobile.foundations with parameters of type TabletPoint
TabletPoint(TabletPoint src)
          TabletPoint copy constructor