SGBackground
Class Background

java.lang.Object
  extended by SGBackground.Background
Direct Known Subclasses:
CubeSky, Gradient, Sky, Stars

public abstract class Background
extends java.lang.Object


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

Constructor Detail

Background

public Background(processing.core.PApplet parent)
Creates a new instance of Background

Method Detail

draw

public abstract void draw()