public class J3DAlpha
extends Alpha
implements javax.swing.event.ChangeListener
Constructor and Description |
---|
J3DAlpha(int speed,
boolean mode,
float value) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAutoMode()
Method to retrieve auto mode flag
|
void |
setAlphaSpeed(int speed) |
void |
setAutoMode(boolean mode)
Set AutoMode flag according to boolean
|
void |
stateChanged(javax.swing.event.ChangeEvent e) |
float |
value(long time)
Overwrites original Alpha's value function
to consider manual mode
|
public void setAlphaSpeed(int speed)
public void setAutoMode(boolean mode)
mode
- True if interpolator runs automaticallypublic boolean getAutoMode()
public float value(long time)
time
- public void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged
in interface javax.swing.event.ChangeListener
e
-