zombie.debug
Class LineDrawer

java.lang.Object
  extended by zombie.debug.LineDrawer

public class LineDrawer
extends java.lang.Object


Field Summary
static int alpha
           
static int blue
           
static int green
           
static int red
           
 
Constructor Summary
LineDrawer()
           
 
Method Summary
 void addLine(float x, float y, float x2, float y2, int r, int g, int b, java.lang.String name)
           
 void clear()
           
static void DrawIsoRect(java.awt.Rectangle bounds, int z, float r, float g, float bl)
           
static void drawLine(float x, float y, float x2, float y2, float r, float g, float b)
           
 void removeLine(java.lang.String name)
           
 void render()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

red

public static int red

green

public static int green

blue

public static int blue

alpha

public static int alpha
Constructor Detail

LineDrawer

public LineDrawer()
Method Detail

DrawIsoRect

public static void DrawIsoRect(java.awt.Rectangle bounds,
                               int z,
                               float r,
                               float g,
                               float bl)

drawLine

public static void drawLine(float x,
                            float y,
                            float x2,
                            float y2,
                            float r,
                            float g,
                            float b)

addLine

public void addLine(float x,
                    float y,
                    float x2,
                    float y2,
                    int r,
                    int g,
                    int b,
                    java.lang.String name)

clear

public void clear()

removeLine

public void removeLine(java.lang.String name)

render

public void render()