MotionPaths
public class MotionPaths implements 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 |
|
|---|---|
static final int |
CARTESIAN = 0 |
static final boolean |
DEBUG = false |
static final boolean |
OLD_WAY = false |
static final int |
PERPENDICULAR = 1 |
static final int |
SCREEN = 2 |
static final String |
TAG = "MotionPaths" |
Public constructors |
|---|
MotionPaths(takes the new keyPosition |
Public methods |
|
|---|---|
void |
|
int |
|
void |
configureRelativeTo(Motion toOrbit) |
void |
setupRelative(Motion mc, MotionPaths relative) |
Constants
Public constructors
MotionPaths
Added in 1.1.1
public MotionPaths(
int parentWidth,
int parentHeight,
MotionKeyPosition c,
MotionPaths startTimePoint,
MotionPaths endTimePoint
)
takes the new keyPosition