org.robokind.api.interpolation.bezier
Class BezierInterpolatorFactory

java.lang.Object
  extended by org.robokind.api.interpolation.InterpolatorFactory
      extended by org.robokind.api.interpolation.bezier.BezierInterpolatorFactory
All Implemented Interfaces:
org.robokind.api.common.utils.Factory<Interpolator>

public class BezierInterpolatorFactory
extends InterpolatorFactory

Author:
Matthew Liston

Constructor Summary
BezierInterpolatorFactory()
           
 
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 org.robokind.api.interpolation.InterpolatorFactory
register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BezierInterpolatorFactory

public BezierInterpolatorFactory()
Method Detail

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.