Skip navigation links
A B C D E G I L O P R S T V X Y 

A

append(Bezier, float) - Method in class com.github.gcacace.signaturepad.utils.SvgBuilder
 
append(SvgPoint, SvgPoint, SvgPoint) - Method in class com.github.gcacace.signaturepad.utils.SvgPathBuilder
 

B

Bezier - Class in com.github.gcacace.signaturepad.utils
 
Bezier() - Constructor for class com.github.gcacace.signaturepad.utils.Bezier
 
build(int, int) - Method in class com.github.gcacace.signaturepad.utils.SvgBuilder
 

C

c1 - Variable in class com.github.gcacace.signaturepad.utils.ControlTimedPoints
 
c2 - Variable in class com.github.gcacace.signaturepad.utils.ControlTimedPoints
 
clear() - Method in class com.github.gcacace.signaturepad.utils.SvgBuilder
 
clear() - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
clearView() - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
com.github.gcacace.signaturepad.utils - package com.github.gcacace.signaturepad.utils
 
com.github.gcacace.signaturepad.view - package com.github.gcacace.signaturepad.view
 
com.github.gcacace.signaturepad.views - package com.github.gcacace.signaturepad.views
 
control1 - Variable in class com.github.gcacace.signaturepad.utils.Bezier
 
control2 - Variable in class com.github.gcacace.signaturepad.utils.Bezier
 
ControlTimedPoints - Class in com.github.gcacace.signaturepad.utils
Created by gcacace on 28/02/14.
ControlTimedPoints() - Constructor for class com.github.gcacace.signaturepad.utils.ControlTimedPoints
 

D

distanceTo(TimedPoint) - Method in class com.github.gcacace.signaturepad.utils.TimedPoint
 

E

endPoint - Variable in class com.github.gcacace.signaturepad.utils.Bezier
 

G

getLastPoint() - Method in class com.github.gcacace.signaturepad.utils.SvgPathBuilder
 
getPoints() - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
getSignatureBitmap() - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
getSignatureSvg() - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
getStrokeWidth() - Method in class com.github.gcacace.signaturepad.utils.SvgPathBuilder
 
getTransparentSignatureBitmap() - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
getTransparentSignatureBitmap(boolean) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 

I

isEmpty() - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
isLaidOut(View) - Static method in class com.github.gcacace.signaturepad.view.ViewCompat
Returns true if view has been through at least one layout since it was last attached to or detached from a window.

L

length() - Method in class com.github.gcacace.signaturepad.utils.Bezier
 

O

onClear() - Method in interface com.github.gcacace.signaturepad.utils.SignaturePadBindingAdapter.OnClearListener
 
onClear() - Method in interface com.github.gcacace.signaturepad.views.SignaturePad.OnSignedListener
 
onDraw(Canvas) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
onRestoreInstanceState(Parcelable) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
onSaveInstanceState() - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
onSigned() - Method in interface com.github.gcacace.signaturepad.utils.SignaturePadBindingAdapter.OnSignedListener
 
onSigned() - Method in interface com.github.gcacace.signaturepad.views.SignaturePad.OnSignedListener
 
onStartSigning() - Method in interface com.github.gcacace.signaturepad.utils.SignaturePadBindingAdapter.OnStartSigningListener
 
onStartSigning() - Method in interface com.github.gcacace.signaturepad.views.SignaturePad.OnSignedListener
 
onTouchEvent(MotionEvent) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 

P

point(float, float, float, float, float) - Method in class com.github.gcacace.signaturepad.utils.Bezier
 

R

removeOnGlobalLayoutListener(ViewTreeObserver, ViewTreeObserver.OnGlobalLayoutListener) - Static method in class com.github.gcacace.signaturepad.view.ViewTreeObserverCompat
Remove a previously installed global layout callback.

S

set(TimedPoint, TimedPoint, TimedPoint, TimedPoint) - Method in class com.github.gcacace.signaturepad.utils.Bezier
 
set(TimedPoint, TimedPoint) - Method in class com.github.gcacace.signaturepad.utils.ControlTimedPoints
 
set(float, float) - Method in class com.github.gcacace.signaturepad.utils.TimedPoint
 
setMaxWidth(float) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
Set the maximum width of the stroke in pixel.
setMinWidth(float) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
Set the minimum width of the stroke in pixel.
setOnSignedListener(SignaturePad, SignaturePadBindingAdapter.OnStartSigningListener) - Static method in class com.github.gcacace.signaturepad.utils.SignaturePadBindingAdapter
 
setOnSignedListener(SignaturePad, SignaturePadBindingAdapter.OnSignedListener) - Static method in class com.github.gcacace.signaturepad.utils.SignaturePadBindingAdapter
 
setOnSignedListener(SignaturePad, SignaturePadBindingAdapter.OnClearListener) - Static method in class com.github.gcacace.signaturepad.utils.SignaturePadBindingAdapter
 
setOnSignedListener(SignaturePad, SignaturePadBindingAdapter.OnStartSigningListener, SignaturePadBindingAdapter.OnSignedListener, SignaturePadBindingAdapter.OnClearListener) - Static method in class com.github.gcacace.signaturepad.utils.SignaturePadBindingAdapter
 
setOnSignedListener(SignaturePad.OnSignedListener) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
setPenColor(int) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
Set the pen color from a given color.
setPenColorRes(int) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
Set the pen color from a given resource.
setSignatureBitmap(Bitmap) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
 
setVelocityFilterWeight(float) - Method in class com.github.gcacace.signaturepad.views.SignaturePad
Set the velocity filter weight.
SignaturePad - Class in com.github.gcacace.signaturepad.views
 
SignaturePad(Context, AttributeSet) - Constructor for class com.github.gcacace.signaturepad.views.SignaturePad
 
SignaturePad.OnSignedListener - Interface in com.github.gcacace.signaturepad.views
 
SignaturePadBindingAdapter - Class in com.github.gcacace.signaturepad.utils
 
SignaturePadBindingAdapter() - Constructor for class com.github.gcacace.signaturepad.utils.SignaturePadBindingAdapter
 
SignaturePadBindingAdapter.OnClearListener - Interface in com.github.gcacace.signaturepad.utils
 
SignaturePadBindingAdapter.OnSignedListener - Interface in com.github.gcacace.signaturepad.utils
 
SignaturePadBindingAdapter.OnStartSigningListener - Interface in com.github.gcacace.signaturepad.utils
 
startPoint - Variable in class com.github.gcacace.signaturepad.utils.Bezier
 
SVG_MOVE - Static variable in class com.github.gcacace.signaturepad.utils.SvgPathBuilder
 
SVG_RELATIVE_CUBIC_BEZIER_CURVE - Static variable in class com.github.gcacace.signaturepad.utils.SvgPathBuilder
 
SvgBuilder - Class in com.github.gcacace.signaturepad.utils
 
SvgBuilder() - Constructor for class com.github.gcacace.signaturepad.utils.SvgBuilder
 
SvgPathBuilder - Class in com.github.gcacace.signaturepad.utils
Build a SVG path as a string.
SvgPathBuilder(SvgPoint, Integer) - Constructor for class com.github.gcacace.signaturepad.utils.SvgPathBuilder
 

T

TimedPoint - Class in com.github.gcacace.signaturepad.utils
 
TimedPoint() - Constructor for class com.github.gcacace.signaturepad.utils.TimedPoint
 
timestamp - Variable in class com.github.gcacace.signaturepad.utils.TimedPoint
 
toString() - Method in class com.github.gcacace.signaturepad.utils.SvgPathBuilder
 

V

velocityFrom(TimedPoint) - Method in class com.github.gcacace.signaturepad.utils.TimedPoint
 
ViewCompat - Class in com.github.gcacace.signaturepad.view
 
ViewCompat() - Constructor for class com.github.gcacace.signaturepad.view.ViewCompat
 
ViewTreeObserverCompat - Class in com.github.gcacace.signaturepad.view
 
ViewTreeObserverCompat() - Constructor for class com.github.gcacace.signaturepad.view.ViewTreeObserverCompat
 

X

x - Variable in class com.github.gcacace.signaturepad.utils.TimedPoint
 

Y

y - Variable in class com.github.gcacace.signaturepad.utils.TimedPoint
 
A B C D E G I L O P R S T V X Y 
Skip navigation links