Package zombie.ui
Class ObjectTooltip.LayoutItem
java.lang.Object
zombie.ui.ObjectTooltip.LayoutItem
- Enclosing class:
- ObjectTooltip
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
float
float
float
boolean
int
int
float
int
float
float
boolean
int
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
render
(int int1, int int2, int int3, int int4, ObjectTooltip objectTooltip) void
reset()
void
void
setProgress
(float float1, float float2, float float3, float float4, float float5) void
void
setValueRight
(int int1, boolean boolean1) void
setValueRightNoPlus
(float float1) void
setValueRightNoPlus
(int int1)
-
Field Details
-
label
-
r0
public float r0 -
g0
public float g0 -
b0
public float b0 -
a0
public float a0 -
hasValue
public boolean hasValue -
value
-
rightJustify
public boolean rightJustify -
r1
public float r1 -
g1
public float g1 -
b1
public float b1 -
a1
public float a1 -
progressFraction
public float progressFraction -
labelWidth
public int labelWidth -
valueWidth
public int valueWidth -
valueWidthRight
public int valueWidthRight -
progressWidth
public int progressWidth -
height
public int height
-
-
Constructor Details
-
LayoutItem
public LayoutItem()
-
-
Method Details
-
reset
public void reset() -
setLabel
-
setValue
-
setValueRight
public void setValueRight(int int1, boolean boolean1) -
setValueRightNoPlus
public void setValueRightNoPlus(float float1) -
setValueRightNoPlus
public void setValueRightNoPlus(int int1) -
setProgress
public void setProgress(float float1, float float2, float float3, float float4, float float5) -
calcSizes
public void calcSizes() -
render
-