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 uIFont, double double1, double double2, java.lang.String string, double double3, double double4, double double5, double double6)
-
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 uIFont, double double1, double double2, java.lang.String string, double double3, double double4, double double5, double double6)
-