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.ArrayListitemsintminLabelWidthintminValueWidthObjectTooltip.LayoutnextintnextPadY - 
Constructor Summary
Constructors Constructor Description Layout() - 
Method Summary
Modifier and Type Method Description ObjectTooltip.LayoutItemaddItem()voidfree()intrender(int int1, int int2, ObjectTooltip objectTooltip)voidsetMinLabelWidth(int int1)voidsetMinValueWidth(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() 
 -