CoreMotionScene
public interface CoreMotionScene
This defines the interface to motionScene functionality
Summary
Public methods |
|
|---|---|
abstract String |
getConstraintSet(String ext)Get the ConstraintSet as a string |
abstract String |
getConstraintSet(int index)get a constraintset |
abstract String |
getTransition(String str)get a transition give the name |
abstract void |
setConstraintSetContent(String csName, String toJSON)set the constraintSet json string |
abstract void |
setDebugName(String name)set the debug name for remote access |
abstract void |
setTransitionContent(String elementName, String toJSON)set the Transitions string onto the MotionScene |
Public methods
getConstraintSet
abstract String getConstraintSet(String ext)
Get the ConstraintSet as a string
getConstraintSet
abstract String getConstraintSet(int index)
get a constraintset
| Parameters | |
|---|---|
int index |
of the constraintset |
getTransition
abstract String getTransition(String str)
get a transition give the name
| Parameters | |
|---|---|
String str |
the name of the transition |
| Returns | |
|---|---|
String |
the json of the transition |
setConstraintSetContent
abstract void setConstraintSetContent(String csName, String toJSON)
set the constraintSet json string
setDebugName
abstract void setDebugName(String name)
set the debug name for remote access
| Parameters | |
|---|---|
String name |
name to call this motion scene |
setTransitionContent
abstract void setTransitionContent(String elementName, String toJSON)
set the Transitions string onto the MotionScene
| Parameters | |
|---|---|
String elementName |
the name of the element |