Package zombie.ui
Class TextDrawObject
java.lang.Object
zombie.ui.TextDrawObject
public class TextDrawObject
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TextDrawObject()
TextDrawObject(int int1, int int2, int int3, boolean boolean1)
TextDrawObject(int int1, int int2, int int3, boolean boolean1, boolean boolean2, boolean boolean3, boolean boolean4, boolean boolean5, boolean boolean6)
-
Method Summary
Modifier and Type Method Description void
AddBatchedDraw(double double1, double double2)
void
AddBatchedDraw(double double1, double double2, boolean boolean1)
void
AddBatchedDraw(double double1, double double2, boolean boolean1, float float1)
void
AddBatchedDraw(double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1)
void
AddBatchedDraw(TextDrawHorizontal textDrawHorizontal, double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1)
void
calculateDimensions()
void
Clear()
void
Draw(double double1, double double2)
void
Draw(double double1, double double2, boolean boolean1)
void
Draw(double double1, double double2, boolean boolean1, float float1)
void
Draw(double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1)
void
Draw(TextDrawHorizontal textDrawHorizontal, double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1)
void
DrawRaw(TextDrawHorizontal textDrawHorizontal, double double1, double double2, float float1, float float2, float float3, float float4, boolean boolean1)
java.lang.String
getCustomTag()
UIFont
getDefaultFontEnum()
boolean
getEnabled()
int
getHearRange()
int
getHeight()
TextDrawHorizontal
getHorizontalAlign()
float
getInternalClock()
java.lang.String
getOriginal()
float
getScrambleVal()
java.lang.String
getUnformatted()
int
getVisibleRadius()
int
getWidth()
boolean
isNullOrZeroLength()
static void
NoRender(int int1)
void
ReadString(java.lang.String string)
void
ReadString(java.lang.String string, int int1)
void
ReadString(UIFont uIFont, java.lang.String string, int int1)
static void
RenderBatch(int int1)
void
setAllowAnyImage(boolean boolean1)
void
setAllowBBcode(boolean boolean1)
void
setAllowChatIcons(boolean boolean1)
void
setAllowColors(boolean boolean1)
void
setAllowFonts(boolean boolean1)
void
setAllowImages(boolean boolean1)
void
setAllowLineBreaks(boolean boolean1)
void
setCustomImageMaxDimensions(int int1)
void
setCustomTag(java.lang.String string)
void
setDefaultColors(float float1, float float2, float float3)
void
setDefaultColors(float float1, float float2, float float3, float float4)
void
setDefaultColors(int int1, int int2, int int3)
void
setDefaultColors(int int1, int int2, int int3, int int4)
void
setDefaultFont(UIFont uIFont)
void
setEnabled(boolean boolean1)
void
setEqualizeLineHeights(boolean boolean1)
void
setHearRange(int int1)
void
setHorizontalAlign(java.lang.String string)
void
setHorizontalAlign(TextDrawHorizontal textDrawHorizontal)
void
setInternalTickClock(float float1)
void
setMaxCharsPerLine(int int1)
void
setOutlineColors(float float1, float float2, float float3)
void
setOutlineColors(float float1, float float2, float float3, float float4)
void
setOutlineColors(int int1, int int2, int int3)
void
setOutlineColors(int int1, int int2, int int3, int int4)
void
setScrambleVal(float float1)
void
setSettings(boolean boolean1, boolean boolean2, boolean boolean3, boolean boolean4, boolean boolean5, boolean boolean6)
void
setValidFonts(java.lang.String[] stringArray)
void
setValidImages(java.lang.String[] stringArray)
void
setVisibleRadius(int int1)
float
updateInternalTickClock()
float
updateInternalTickClock(float float1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TextDrawObject
public TextDrawObject() -
TextDrawObject
public TextDrawObject(int int1, int int2, int int3, boolean boolean1) -
TextDrawObject
public TextDrawObject(int int1, int int2, int int3, boolean boolean1, boolean boolean2, boolean boolean3, boolean boolean4, boolean boolean5, boolean boolean6)
-
-
Method Details
-
setEnabled
public void setEnabled(boolean boolean1) -
getEnabled
public boolean getEnabled() -
setVisibleRadius
public void setVisibleRadius(int int1) -
getVisibleRadius
public int getVisibleRadius() -
setAllowImages
public void setAllowImages(boolean boolean1) -
setAllowChatIcons
public void setAllowChatIcons(boolean boolean1) -
setAllowColors
public void setAllowColors(boolean boolean1) -
setAllowFonts
public void setAllowFonts(boolean boolean1) -
setAllowBBcode
public void setAllowBBcode(boolean boolean1) -
setAllowAnyImage
public void setAllowAnyImage(boolean boolean1) -
setAllowLineBreaks
public void setAllowLineBreaks(boolean boolean1) -
setEqualizeLineHeights
public void setEqualizeLineHeights(boolean boolean1) -
setSettings
public void setSettings(boolean boolean1, boolean boolean2, boolean boolean3, boolean boolean4, boolean boolean5, boolean boolean6) -
setCustomTag
public void setCustomTag(java.lang.String string) -
getCustomTag
public java.lang.String getCustomTag() -
setValidImages
public void setValidImages(java.lang.String[] stringArray) -
setValidFonts
public void setValidFonts(java.lang.String[] stringArray) -
setMaxCharsPerLine
public void setMaxCharsPerLine(int int1) -
setCustomImageMaxDimensions
public void setCustomImageMaxDimensions(int int1) -
setOutlineColors
public void setOutlineColors(int int1, int int2, int int3) -
setOutlineColors
public void setOutlineColors(int int1, int int2, int int3, int int4) -
setOutlineColors
public void setOutlineColors(float float1, float float2, float float3) -
setOutlineColors
public void setOutlineColors(float float1, float float2, float float3, float float4) -
setDefaultColors
public void setDefaultColors(int int1, int int2, int int3) -
setDefaultColors
public void setDefaultColors(int int1, int int2, int int3, int int4) -
setDefaultColors
public void setDefaultColors(float float1, float float2, float float3) -
setDefaultColors
public void setDefaultColors(float float1, float float2, float float3, float float4) -
setHorizontalAlign
public void setHorizontalAlign(java.lang.String string) -
setHorizontalAlign
-
getHorizontalAlign
-
getOriginal
public java.lang.String getOriginal() -
getUnformatted
public java.lang.String getUnformatted() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getDefaultFontEnum
-
isNullOrZeroLength
public boolean isNullOrZeroLength() -
getInternalClock
public float getInternalClock() -
setInternalTickClock
public void setInternalTickClock(float float1) -
updateInternalTickClock
public float updateInternalTickClock() -
updateInternalTickClock
public float updateInternalTickClock(float float1) -
setScrambleVal
public void setScrambleVal(float float1) -
getScrambleVal
public float getScrambleVal() -
setHearRange
public void setHearRange(int int1) -
getHearRange
public int getHearRange() -
Clear
public void Clear() -
setDefaultFont
-
ReadString
public void ReadString(java.lang.String string) -
ReadString
public void ReadString(java.lang.String string, int int1) -
ReadString
-
calculateDimensions
public void calculateDimensions() -
Draw
public void Draw(double double1, double double2) -
Draw
public void Draw(double double1, double double2, boolean boolean1) -
Draw
public void Draw(double double1, double double2, boolean boolean1, float float1) -
Draw
public void Draw(double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1) -
Draw
public void Draw(TextDrawHorizontal textDrawHorizontal, double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1) -
AddBatchedDraw
public void AddBatchedDraw(double double1, double double2) -
AddBatchedDraw
public void AddBatchedDraw(double double1, double double2, boolean boolean1) -
AddBatchedDraw
public void AddBatchedDraw(double double1, double double2, boolean boolean1, float float1) -
AddBatchedDraw
public void AddBatchedDraw(double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1) -
AddBatchedDraw
public void AddBatchedDraw(TextDrawHorizontal textDrawHorizontal, double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1) -
RenderBatch
public static void RenderBatch(int int1) -
NoRender
public static void NoRender(int int1) -
DrawRaw
public void DrawRaw(TextDrawHorizontal textDrawHorizontal, double double1, double double2, float float1, float float2, float float3, float float4, boolean boolean1)
-