org.selman.java3d.book.customalphatest
Class AlphaPair

java.lang.Object
  |
  +--org.selman.java3d.book.customalphatest.AlphaPair

public class AlphaPair
extends java.lang.Object


Constructor Summary
AlphaPair(long time, float alpha)
           
 
Method Summary
 float getAlpha()
           
 long getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaPair

public AlphaPair(long time,
                 float alpha)
Method Detail

getAlpha

public float getAlpha()

getTime

public long getTime()