Package zombie.debug
Class LineDrawer
java.lang.Object
zombie.debug.LineDrawer
public class LineDrawer
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LineDrawer()
-
Method Summary
Modifier and Type Method Description static void
addLine(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, java.lang.String string, boolean boolean1)
static void
addLine(float float1, float float2, float float3, float float4, float float5, float float6, int int1, int int2, int int3, java.lang.String string)
static void
clear()
static void
DrawIsoLine(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10, int int1)
static void
drawLine(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, int int1)
static void
drawLines()
static void
drawRect(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, int int1)
void
removeLine(java.lang.String string)
static void
render()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
red
public static int red -
green
public static int green -
blue
public static int blue -
alpha
public static int alpha
-
-
Constructor Details
-
LineDrawer
public LineDrawer()
-
-
Method Details
-
DrawIsoLine
public static void DrawIsoLine(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10, int int1) -
drawLine
public static void drawLine(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, int int1) -
drawRect
public static void drawRect(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, int int1) -
addLine
public static void addLine(float float1, float float2, float float3, float float4, float float5, float float6, int int1, int int2, int int3, java.lang.String string) -
addLine
public static void addLine(float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, java.lang.String string, boolean boolean1) -
clear
public static void clear() -
removeLine
public void removeLine(java.lang.String string) -
render
public static void render() -
drawLines
public static void drawLines()
-