apps.lightrays.gfxlib
Class AnimatedBackground

java.lang.Object
  extended by apps.lightrays.gfxlib.DrawableElement
      extended by apps.lightrays.gfxlib.AnimatedBackground

public class AnimatedBackground
extends DrawableElement

The Class AnimatedBackground.


Constructor Summary
AnimatedBackground(int w, int h)
          Instantiates a new animated background.
 
Method Summary
 void draw(java.awt.Graphics2D gfx, long tick_count)
          Draw.
 
Methods inherited from class apps.lightrays.gfxlib.DrawableElement
getC, getOpacity, getX, getY, getZ, setC, setOpacity, setX, setY, setZ
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimatedBackground

public AnimatedBackground(int w,
                          int h)
Instantiates a new animated background.

Parameters:
w - the w
h - the h
Method Detail

draw

public void draw(java.awt.Graphics2D gfx,
                 long tick_count)
Description copied from class: DrawableElement
Draw.

Specified by:
draw in class DrawableElement
Parameters:
gfx - the gfx
tick_count - the tick_count