|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.newdawn.slick.particles.ConfigurableEmitter.RandomValue
public class ConfigurableEmitter.RandomValue
A configurable simple linear random value
Method Summary | |
---|---|
float |
getValue()
get the configured value |
float |
getValue(float time)
Get the currently configured value |
void |
setValue(float value)
Set the configured value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getValue(float time)
getValue
in interface ConfigurableEmitter.Value
public void setValue(float value)
value
- The configured valuepublic float getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |