public interface CoreMotionScene


This defines the interface to motionScene functionality

Summary

Public methods

abstract String

Get the ConstraintSet as a string

abstract String
getConstraintSet(int index)

get a constraintset

abstract String

get a transition give the name

abstract void

set the constraintSet json string

abstract void

set the debug name for remote access

abstract void
setTransitionContent(String elementName, String toJSON)

set the Transitions string onto the MotionScene

Public methods

getConstraintSet

Added in 1.1.0-alpha13
abstract String getConstraintSet(String ext)

Get the ConstraintSet as a string

getConstraintSet

Added in 1.1.0-alpha13
abstract String getConstraintSet(int index)

get a constraintset

Parameters
int index

of the constraintset

getTransition

Added in 1.1.0-alpha13
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

Added in 1.1.0-alpha13
abstract void setConstraintSetContent(String csName, String toJSON)

set the constraintSet json string

Parameters
String csName

the name of the constraint set

String toJSON

the json string of the constraintset

setDebugName

Added in 1.1.0-alpha13
abstract void setDebugName(String name)

set the debug name for remote access

Parameters
String name

name to call this motion scene

setTransitionContent

Added in 1.1.0-alpha13
abstract void setTransitionContent(String elementName, String toJSON)

set the Transitions string onto the MotionScene

Parameters
String elementName

the name of the element