org.newdawn.slick.particles
Class ConfigurableEmitter.SimpleValue

java.lang.Object
  extended by org.newdawn.slick.particles.ConfigurableEmitter.SimpleValue
All Implemented Interfaces:
ConfigurableEmitter.Value
Enclosing class:
ConfigurableEmitter

public class ConfigurableEmitter.SimpleValue
extends java.lang.Object
implements ConfigurableEmitter.Value

A configurable simple single value

Author:
void

Method Summary
 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

getValue

public float getValue(float time)
Get the currently configured value

Specified by:
getValue in interface ConfigurableEmitter.Value
Returns:
The currently configured value

setValue

public void setValue(float value)
Set the configured value

Parameters:
value - The configured value


Copyright © 2006 New Dawn Software. All Rights Reserved.