Package zombie.debug
Class LineDrawer
java.lang.Object
zombie.debug.LineDrawer
public class LineDrawer
extends java.lang.Object
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description LineDrawer()
- 
Method SummaryModifier and Type Method Description static voidaddLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, java.lang.String name, boolean bLine)static voidaddLine(float x, float y, float z, float x2, float y2, float z2, int r, int g, int b, java.lang.String name)static voidclear()static voidDrawIsoLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a, int thickness)static voiddrawLine(float x, float y, float x2, float y2, float r, float g, float b, float a, int thickness)static voiddrawLines()static voiddrawRect(float x, float y, float width, float height, float r, float g, float b, float a, int thickness)voidremoveLine(java.lang.String name)static voidrender()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
redpublic static int red
- 
greenpublic static int green
- 
bluepublic static int blue
- 
alphapublic static int alpha
 
- 
- 
Constructor Details- 
LineDrawerpublic LineDrawer()
 
- 
- 
Method Details- 
DrawIsoLinepublic static void DrawIsoLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, float a, int thickness)
- 
drawLinepublic static void drawLine(float x, float y, float x2, float y2, float r, float g, float b, float a, int thickness)
- 
drawRectpublic static void drawRect(float x, float y, float width, float height, float r, float g, float b, float a, int thickness)
- 
addLinepublic static void addLine(float x, float y, float z, float x2, float y2, float z2, int r, int g, int b, java.lang.String name)
- 
addLinepublic static void addLine(float x, float y, float z, float x2, float y2, float z2, float r, float g, float b, java.lang.String name, boolean bLine)
- 
clearpublic static void clear()
- 
removeLinepublic void removeLine(java.lang.String name)
- 
renderpublic static void render()
- 
drawLinespublic static void drawLines()
 
-