public abstract static class List.AbstractItemManager<L> extends java.lang.Object implements List.ItemManager<L>
Constructor and Description |
---|
AbstractItemManager() |
Modifier and Type | Method and Description |
---|---|
float |
getItemHeight(L item,
int index) |
void |
renderItem(L item,
int index,
float y,
float width,
List<L> items,
Input in,
Graphics g,
boolean high,
boolean sel) |
void |
tickItem(L item,
int index,
float y,
float width,
List<L> items,
Input in,
AudioEngine ae,
float delta,
boolean highlighted,
boolean selected) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getText
public void renderItem(L item, int index, float y, float width, List<L> items, Input in, Graphics g, boolean high, boolean sel)
renderItem
in interface List.ItemManager<L>
public void tickItem(L item, int index, float y, float width, List<L> items, Input in, AudioEngine ae, float delta, boolean highlighted, boolean selected)
tickItem
in interface List.ItemManager<L>
public float getItemHeight(L item, int index)
getItemHeight
in interface List.ItemManager<L>