JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
oose.thequickapp.model
Interface Pattern
All Known Implementing Classes:
DrawPattern
,
ShakePattern
,
VoicePattern
public interface
Pattern
Pattern interface, to represent a gesture that a user performed.
Author:
niuxiang
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double[]
getDoubleValues
()
transform a pattern into an array of double values
Method Detail
getDoubleValues
double[] getDoubleValues()
transform a pattern into an array of double values
Returns:
an array of double values
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method