org.robokind.api.animation
Class ControlPoint<T>

java.lang.Object
  extended by org.robokind.api.animation.ControlPoint<T>

public class ControlPoint<T>
extends Object

Author:
Jason G. Pallack

Constructor Summary
ControlPoint(Double time, T position)
           
 
Method Summary
 T getPosition()
           
 Double getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlPoint

public ControlPoint(Double time,
                    T position)
Method Detail

getTime

public Double getTime()

getPosition

public T getPosition()


Copyright © 2011-2013. All Rights Reserved.