BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Public Member Functions | Private Attributes | List of all members
org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller Class Reference
Inheritance diagram for org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller:
Collaboration graph
[legend]

Public Member Functions

 FixedSpeedScroller (Context context, Interpolator interpolator)
 
void startScroll (int startX, int startY, int dx, int dy, int duration)
 
void startScroll (int startX, int startY, int dx, int dy)
 

Private Attributes

final int mDuration = 500
 

Constructor & Destructor Documentation

org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.FixedSpeedScroller ( Context  context,
Interpolator  interpolator 
)

Member Function Documentation

void org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.startScroll ( int  startX,
int  startY,
int  dx,
int  dy,
int  duration 
)
void org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.startScroll ( int  startX,
int  startY,
int  dx,
int  dy 
)

Member Data Documentation

final int org.buildmlearn.toolkit.flashcardtemplate.widgets.FixedSpeedScroller.mDuration = 500
private

The documentation for this class was generated from the following file: