com.jgoodies.animation
Class AnimationFunctions.FloatFunction

java.lang.Object
  extended by com.jgoodies.animation.AnimationFunctions.FloatFunction
Enclosing class:
AnimationFunctions

public static class AnimationFunctions.FloatFunction
extends java.lang.Object

Helper class that wraps a Float-based animation function to answer floats.


Method Summary
 long duration()
           
 float valueAt(long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

duration

public long duration()

valueAt

public float valueAt(long time)


Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.