|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.robokind.api.animation.factory.MotionPathFactory
public class MotionPathFactory
A class for creating MotionPaths.
Constructor Summary | |
---|---|
MotionPathFactory()
Creates a MotionPathFactory with the default InterpolatorFactory. |
|
MotionPathFactory(InterpolatorFactory factory)
Creates a MotionPathFactory for creating MotionPaths with the given Interpolator type. |
Method Summary | |
---|---|
MotionPath |
create()
Returns a new MotionPath with the given Interpolator type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MotionPathFactory()
public MotionPathFactory(InterpolatorFactory factory)
factory
- the InterpolatorFactory used to create MotionPath InterpolatorsMethod Detail |
---|
public MotionPath create()
create
in interface org.robokind.api.common.utils.Factory<MotionPath>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |