Example usage for Java javax.media.j3d Alpha fields, constructors, methods, implement or subclass
The text is from its open source code.
int | INCREASING_ENABLE Specifies that the increasing component of the alpha is used. |
int | DECREASING_ENABLE Specifies that the decreasing component of the alpha is used |
Alpha(int loopCount, long increasingAlphaDuration) This constructor takes only the loopCount and increasingAlphaDuration as parameters and assigns the default values to all of the other parameters. | |
Alpha(int loopCount, int mode, long triggerTime, long phaseDelayDuration, long increasingAlphaDuration, long increasingAlphaRampDuration, long alphaAtOneDuration, long decreasingAlphaDuration, long decreasingAlphaRampDuration, long alphaAtZeroDuration) This constructor takes all of the Alpha user-definable parameters. | |
Alpha(int loopCount, long triggerTime, long phaseDelayDuration, long increasingAlphaDuration, long increasingAlphaRampDuration, long alphaAtOneDuration) Constructs a new Alpha object that assumes that the mode is INCREASING_ENABLE. |