Package zombie.ui
Class TextManager.DeferedTextDraw
java.lang.Object
zombie.ui.TextManager.DeferedTextDraw
- Enclosing class:
- TextManager
public static class TextManager.DeferedTextDraw
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DeferedTextDraw(UIFont font, double x, double y, java.lang.String str, double r, double g, double b, double a)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
x
public double x -
y
public double y -
font
-
str
public java.lang.String str -
r
public double r -
g
public double g -
b
public double b -
a
public double a
-
-
Constructor Details
-
DeferedTextDraw
public DeferedTextDraw(UIFont font, double x, double y, java.lang.String str, double r, double g, double b, double a)
-