SGBackground
Class Stars

java.lang.Object
  extended by SGBackground.Background
      extended by SGBackground.Stars

public class Stars
extends Background


Constructor Summary
Stars(processing.core.PApplet parent, int numStars)
          Creates a new instance of Stars
 
Method Summary
 void draw()
           
 void draw(float opacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stars

public Stars(processing.core.PApplet parent,
             int numStars)
Creates a new instance of Stars

Method Detail

draw

public void draw()
Specified by:
draw in class Background

draw

public void draw(float opacity)