org.robokind.api.interpolation.bezier
Class BezierInterpolatorFactory
java.lang.Object
org.robokind.api.interpolation.InterpolatorFactory
org.robokind.api.interpolation.bezier.BezierInterpolatorFactory
- All Implemented Interfaces:
- org.robokind.api.common.utils.Factory<Interpolator>
public class BezierInterpolatorFactory
- extends InterpolatorFactory
- Author:
- Matthew Liston
Method Summary |
Interpolator |
create()
|
org.robokind.api.common.config.VersionProperty |
getVersion()
Returns the VersionProperty of the Interpolator created by the Factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BezierInterpolatorFactory
public BezierInterpolatorFactory()
create
public Interpolator create()
- Specified by:
create
in interface org.robokind.api.common.utils.Factory<Interpolator>
- Specified by:
create
in class InterpolatorFactory
getVersion
public org.robokind.api.common.config.VersionProperty getVersion()
- Description copied from class:
InterpolatorFactory
- Returns the VersionProperty of the Interpolator created by the Factory.
- Specified by:
getVersion
in class InterpolatorFactory
- Returns:
- VersionProperty of the Interpolator created by the Factory
Copyright © 2011. All Rights Reserved.