Package zombie.ui
Class ObjectTooltip.Layout
java.lang.Object
zombie.ui.ObjectTooltip.Layout
- Enclosing class:
- ObjectTooltip
public static class ObjectTooltip.Layout
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.util.ArrayList
items
int
minLabelWidth
int
minValueWidth
ObjectTooltip.Layout
next
int
nextPadY
-
Constructor Summary
Constructors Constructor Description Layout()
-
Method Summary
Modifier and Type Method Description ObjectTooltip.LayoutItem
addItem()
void
free()
int
render(int int1, int int2, ObjectTooltip objectTooltip)
void
setMinLabelWidth(int int1)
void
setMinValueWidth(int int1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
items
public java.util.ArrayList items -
minLabelWidth
public int minLabelWidth -
minValueWidth
public int minValueWidth -
next
-
nextPadY
public int nextPadY
-
-
Constructor Details
-
Layout
public Layout()
-
-
Method Details
-
addItem
-
setMinLabelWidth
public void setMinLabelWidth(int int1) -
setMinValueWidth
public void setMinValueWidth(int int1) -
render
-
free
public void free()
-