Package zombie.ui
Class TextDrawObject
java.lang.Object
zombie.ui.TextDrawObject
public final 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 voidAddBatchedDraw(double double1, double double2)voidAddBatchedDraw(double double1, double double2, boolean boolean1)voidAddBatchedDraw(double double1, double double2, boolean boolean1, float float1)voidAddBatchedDraw(double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1)voidAddBatchedDraw(TextDrawHorizontal textDrawHorizontal, double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1)voidcalculateDimensions()voidClear()voidDraw(double double1, double double2)voidDraw(double double1, double double2, boolean boolean1)voidDraw(double double1, double double2, boolean boolean1, float float1)voidDraw(double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1)voidDraw(TextDrawHorizontal textDrawHorizontal, double double1, double double2, double double3, double double4, double double5, double double6, boolean boolean1)voidDrawRaw(TextDrawHorizontal textDrawHorizontal, double double1, double double2, float float1, float float2, float float3, float float4, boolean boolean1)java.lang.StringgetCustomTag()UIFontgetDefaultFontEnum()booleangetEnabled()intgetHearRange()intgetHeight()TextDrawHorizontalgetHorizontalAlign()floatgetInternalClock()java.lang.StringgetOriginal()floatgetScrambleVal()java.lang.StringgetUnformatted()intgetVisibleRadius()intgetWidth()booleanisNullOrZeroLength()static voidNoRender(int int1)voidReadString(java.lang.String string)voidReadString(java.lang.String string, int int1)voidReadString(UIFont uIFont, java.lang.String string, int int1)static voidRenderBatch(int int1)voidsetAllowAnyImage(boolean boolean1)voidsetAllowBBcode(boolean boolean1)voidsetAllowChatIcons(boolean boolean1)voidsetAllowColors(boolean boolean1)voidsetAllowFonts(boolean boolean1)voidsetAllowImages(boolean boolean1)voidsetAllowLineBreaks(boolean boolean1)voidsetCustomImageMaxDimensions(int int1)voidsetCustomTag(java.lang.String string)voidsetDefaultColors(float float1, float float2, float float3)voidsetDefaultColors(float float1, float float2, float float3, float float4)voidsetDefaultColors(int int1, int int2, int int3)voidsetDefaultColors(int int1, int int2, int int3, int int4)voidsetDefaultFont(UIFont uIFont)voidsetDrawBackground(boolean boolean1)voidsetEnabled(boolean boolean1)voidsetEqualizeLineHeights(boolean boolean1)voidsetHearRange(int int1)voidsetHorizontalAlign(java.lang.String string)voidsetHorizontalAlign(TextDrawHorizontal textDrawHorizontal)voidsetInternalTickClock(float float1)voidsetMaxCharsPerLine(int int1)voidsetOutlineColors(float float1, float float2, float float3)voidsetOutlineColors(float float1, float float2, float float3, float float4)voidsetOutlineColors(int int1, int int2, int int3)voidsetOutlineColors(int int1, int int2, int int3, int int4)voidsetScrambleVal(float float1)voidsetSettings(boolean boolean1, boolean boolean2, boolean boolean3, boolean boolean4, boolean boolean5, boolean boolean6)voidsetValidFonts(java.lang.String[] stringArray)voidsetValidImages(java.lang.String[] stringArray)voidsetVisibleRadius(int int1)floatupdateInternalTickClock()floatupdateInternalTickClock(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() -
setDrawBackground
public void setDrawBackground(boolean boolean1) -
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)
-