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

java.lang.Object
  extended by com.badlogic.gdx.graphics.g2d.ParticleEmitter.ParticleValue
      extended by com.badlogic.gdx.graphics.g2d.ParticleEmitter.SpawnShapeValue
Enclosing class:
ParticleEmitter

public static class ParticleEmitter.SpawnShapeValue
extends ParticleEmitter.ParticleValue


Constructor Summary
ParticleEmitter.SpawnShapeValue()
           
 
Method Summary
 ParticleEmitter.SpawnShape getShape()
           
 ParticleEmitter.SpawnEllipseSide getSide()
           
 boolean isEdges()
           
 void load(BufferedReader reader)
           
 void load(ParticleEmitter.SpawnShapeValue value)
           
 void save(Writer output)
           
 void setEdges(boolean edges)
           
 void setShape(ParticleEmitter.SpawnShape shape)
           
 void setSide(ParticleEmitter.SpawnEllipseSide side)
           
 
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.SpawnShapeValue

public ParticleEmitter.SpawnShapeValue()
Method Detail

getShape

public ParticleEmitter.SpawnShape getShape()

setShape

public void setShape(ParticleEmitter.SpawnShape shape)

isEdges

public boolean isEdges()

setEdges

public void setEdges(boolean edges)

getSide

public ParticleEmitter.SpawnEllipseSide getSide()

setSide

public void setSide(ParticleEmitter.SpawnEllipseSide side)

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.SpawnShapeValue value)


Copyright © 2014. All Rights Reserved.