Skip navigation links
A C D F G H I O R S 

A

addFlag(int) - Method in class com.simplify.ink.InkView
Alias for addFlags
addFlags(int) - Method in class com.simplify.ink.InkView
Adds the feature flag(s) to the view.
addInkListener(InkView.InkListener) - Method in class com.simplify.ink.InkView
addListener(InkView.InkListener) - Method in class com.simplify.ink.InkView
Adds a listener on the view

C

clear() - Method in class com.simplify.ink.InkView
Clears the view
clearFlags() - Method in class com.simplify.ink.InkView
Clears all feature flags from the view
com.simplify.ink - package com.simplify.ink
 

D

DEFAULT_MAX_STROKE_WIDTH - Static variable in class com.simplify.ink.InkView
The default maximum stroke width (dp).
DEFAULT_MIN_STROKE_WIDTH - Static variable in class com.simplify.ink.InkView
The default minimum stroke width (dp)
DEFAULT_SMOOTHING_RATIO - Static variable in class com.simplify.ink.InkView
The default smoothing ratio for calculating the control points for the bezier curves.
drawBitmap(Bitmap, float, float, Paint) - Method in class com.simplify.ink.InkView
Draws a bitmap to the view, with its top left corner at (x,y)

F

FLAG_DEBUG - Static variable in class com.simplify.ink.InkView
Deprecated.
This flag is no longer supported
FLAG_INTERPOLATION - Static variable in class com.simplify.ink.InkView
When this flag is added, paths will be drawn as cubic-bezier curves
FLAG_RESPONSIVE_WIDTH - Static variable in class com.simplify.ink.InkView
When present, the width of the paths will be responsive to the velocity of the stroke.

G

getBitmap() - Method in class com.simplify.ink.InkView
Returns the bitmap of the drawing with a transparent background
getBitmap(int) - Method in class com.simplify.ink.InkView
Returns the bitmap of the drawing with the specified background color
getSmoothingRatio() - Method in class com.simplify.ink.InkView
Returns the smoothing ratio

H

hasFlag(int) - Method in class com.simplify.ink.InkView
Alias for hasFlags
hasFlags(int) - Method in class com.simplify.ink.InkView
Checks to see if the view has the supplied flag(s)

I

InkView - Class in com.simplify.ink
 
InkView(Context) - Constructor for class com.simplify.ink.InkView
 
InkView(Context, int) - Constructor for class com.simplify.ink.InkView
 
InkView(Context, AttributeSet) - Constructor for class com.simplify.ink.InkView
 
InkView(Context, AttributeSet, int) - Constructor for class com.simplify.ink.InkView
 
InkView.InkListener - Interface in com.simplify.ink
Listener for the ink view to notify on actions

O

onDraw(Canvas) - Method in class com.simplify.ink.InkView
 
onInkClear() - Method in interface com.simplify.ink.InkView.InkListener
Callback method when the ink view has been cleared
onInkDraw() - Method in interface com.simplify.ink.InkView.InkListener
Callback method when the ink view receives a touch event (Will be fired multiple times during a signing)
onSizeChanged(int, int, int, int) - Method in class com.simplify.ink.InkView
 
onTouchEvent(MotionEvent) - Method in class com.simplify.ink.InkView
 

R

removeFlag(int) - Method in class com.simplify.ink.InkView
Alias for removeFlags
removeFlags(int) - Method in class com.simplify.ink.InkView
Removes the feature flag(s) from the view.
removeInkListener(InkView.InkListener) - Method in class com.simplify.ink.InkView
removeListener(InkView.InkListener) - Method in class com.simplify.ink.InkView
Removes the listener from the view

S

setColor(int) - Method in class com.simplify.ink.InkView
Sets the stroke color
setFlags(int) - Method in class com.simplify.ink.InkView
Sets the feature flags for the view.
setMaxStrokeWidth(float) - Method in class com.simplify.ink.InkView
Sets the maximum stroke width
setMinStrokeWidth(float) - Method in class com.simplify.ink.InkView
Sets the minimum stroke width
setSmoothingRatio(float) - Method in class com.simplify.ink.InkView
Sets the smoothing ratio for calculating control points.
A C D F G H I O R S 
Skip navigation links