gui.run
Class AnnotatedAlpha

java.lang.Object
  extended by javax.media.j3d.SceneGraphObject
      extended by javax.media.j3d.NodeComponent
          extended by javax.media.j3d.Alpha
              extended by gui.run.AnnotatedAlpha
All Implemented Interfaces:
java.io.Serializable

public class AnnotatedAlpha
extends javax.media.j3d.Alpha
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.media.j3d.Alpha
DECREASING_ENABLE, INCREASING_ENABLE
 
Constructor Summary
AnnotatedAlpha()
           
 
Method Summary
 
Methods inherited from class javax.media.j3d.Alpha
finished, getAlphaAtOneDuration, getAlphaAtZeroDuration, getDecreasingAlphaDuration, getDecreasingAlphaRampDuration, getIncreasingAlphaDuration, getIncreasingAlphaRampDuration, getLoopCount, getMode, getPauseTime, getPhaseDelayDuration, getStartTime, getTriggerTime, isPaused, pause, pause, resume, resume, setAlphaAtOneDuration, setAlphaAtZeroDuration, setDecreasingAlphaDuration, setDecreasingAlphaRampDuration, setIncreasingAlphaDuration, setIncreasingAlphaRampDuration, setLoopCount, setMode, setPhaseDelayDuration, setStartTime, setTriggerTime, value, value
 
Methods inherited from class javax.media.j3d.NodeComponent
cloneNodeComponent, cloneNodeComponent, duplicateNodeComponent, duplicateNodeComponent, getDuplicateOnCloneTree, setDuplicateOnCloneTree
 
Methods inherited from class javax.media.j3d.SceneGraphObject
clearCapability, clearCapabilityIsFrequent, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString, updateNodeReferences
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotatedAlpha

public AnnotatedAlpha()