net.jinx.physics.fountain
Class GlowSparkParticleVisible

java.lang.Object
  extended by net.jinx.physics.fountain.GlowSparkParticleVisible
All Implemented Interfaces:
ParticleVisible

public class GlowSparkParticleVisible
extends java.lang.Object
implements ParticleVisible


Constructor Summary
GlowSparkParticleVisible()
           
 
Method Summary
 void deinit(Context opt)
           
 void draw(Context opt, java.util.Collection objects)
           
protected  void drawParticle(Context opt, PhysicalObject obj, Material m)
           
 void drawPass(Context opt, Pass pass, java.util.Collection objects)
           
 void init(Context opt)
           
 void setFinalMaterial(Material mat)
           
 void setInitialMaterial(Material mat)
           
 void setRadius(float r)
           
 void setSegments(int segments)
           
 void subDraw(Context opt, TranslucentPass pass, java.util.Collection objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlowSparkParticleVisible

public GlowSparkParticleVisible()
Method Detail

setSegments

public void setSegments(int segments)

setInitialMaterial

public void setInitialMaterial(Material mat)

setFinalMaterial

public void setFinalMaterial(Material mat)

setRadius

public void setRadius(float r)

init

public void init(Context opt)
Specified by:
init in interface ParticleVisible

draw

public void draw(Context opt,
                 java.util.Collection objects)
Specified by:
draw in interface ParticleVisible

drawPass

public void drawPass(Context opt,
                     Pass pass,
                     java.util.Collection objects)
Specified by:
drawPass in interface ParticleVisible

subDraw

public void subDraw(Context opt,
                    TranslucentPass pass,
                    java.util.Collection objects)

drawParticle

protected void drawParticle(Context opt,
                            PhysicalObject obj,
                            Material m)

deinit

public void deinit(Context opt)
Specified by:
deinit in interface ParticleVisible