|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrainEnvelope
This envelope should start at 0.0, go up to 1.0 and then return to 0.0 in duration time.
Method Summary | |
---|---|
double |
getFrameRate()
|
boolean |
hasMoreValues()
Are there any more values to be generated in the envelope? |
double |
next()
|
void |
reset()
Prepare to start a new envelope. |
void |
setDuration(double duration)
|
void |
setFrameRate(double frameRate)
|
Method Detail |
---|
double getFrameRate()
void setFrameRate(double frameRate)
double next()
boolean hasMoreValues()
void reset()
void setDuration(double duration)
duration
- in seconds.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |