MotionPaths
class MotionPaths : Comparable
This is used to capture and play back path of the layout. It is used to set the bounds of the view (view.layout(l, t, r, b))
Summary
Constants |
|
|---|---|
const Int |
CARTESIAN = 0 |
const Boolean |
DEBUG = false |
const Boolean |
OLD_WAY = false |
const Int |
PERPENDICULAR = 1 |
const Int |
SCREEN = 2 |
const String! |
TAG = "MotionPaths" |
Public constructors |
|---|
MotionPaths(takes the new keyPosition |
Public functions |
|
|---|---|
Unit |
|
Int |
compareTo(o: MotionPaths!) |
Unit |
configureRelativeTo(toOrbit: Motion!) |
Unit |
setupRelative(mc: Motion!, relative: MotionPaths!) |
Constants
Public constructors
MotionPaths
Added in 1.1.1
MotionPaths(
parentWidth: Int,
parentHeight: Int,
c: MotionKeyPosition!,
startTimePoint: MotionPaths!,
endTimePoint: MotionPaths!
)
takes the new keyPosition