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

    Fields
    Modifier and Type Field Description
    double a  
    double b  
    UIFont font  
    double g  
    double r  
    java.lang.String str  
    double x  
    double y  
  • 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

      public UIFont 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)