com.badlogic.gdx.graphics.g2d
Class ParticleEmitter.RangedNumericValue

java.lang.Object
  extended by com.badlogic.gdx.graphics.g2d.ParticleEmitter.ParticleValue
      extended by com.badlogic.gdx.graphics.g2d.ParticleEmitter.RangedNumericValue
Direct Known Subclasses:
ParticleEmitter.ScaledNumericValue
Enclosing class:
ParticleEmitter

public static class ParticleEmitter.RangedNumericValue
extends ParticleEmitter.ParticleValue


Constructor Summary
ParticleEmitter.RangedNumericValue()
           
 
Method Summary
 float getLowMax()
           
 float getLowMin()
           
 void load(BufferedReader reader)
           
 void load(ParticleEmitter.RangedNumericValue value)
           
 float newLowValue()
           
 void save(Writer output)
           
 void setLow(float value)
           
 void setLow(float min, float max)
           
 void setLowMax(float lowMax)
           
 void setLowMin(float lowMin)
           
 
Methods inherited from class com.badlogic.gdx.graphics.g2d.ParticleEmitter.ParticleValue
isActive, isAlwaysActive, load, setActive, setAlwaysActive
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticleEmitter.RangedNumericValue

public ParticleEmitter.RangedNumericValue()
Method Detail

newLowValue

public float newLowValue()

setLow

public void setLow(float value)

setLow

public void setLow(float min,
                   float max)

getLowMin

public float getLowMin()

setLowMin

public void setLowMin(float lowMin)

getLowMax

public float getLowMax()

setLowMax

public void setLowMax(float lowMax)

save

public void save(Writer output)
          throws IOException
Overrides:
save in class ParticleEmitter.ParticleValue
Throws:
IOException

load

public void load(BufferedReader reader)
          throws IOException
Overrides:
load in class ParticleEmitter.ParticleValue
Throws:
IOException

load

public void load(ParticleEmitter.RangedNumericValue value)


Copyright © 2014. All Rights Reserved.