apps.lightrays.gfxlib
Class DrawableBackgroundColour

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

public class DrawableBackgroundColour
extends DrawableElement

The Class DrawableBackgroundColour.


Constructor Summary
DrawableBackgroundColour(int w, int h)
          Instantiates a new drawable background colour.
 
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

DrawableBackgroundColour

public DrawableBackgroundColour(int w,
                                int h)
Instantiates a new drawable background colour.

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