zombie.ui
Class ObjectTooltip

java.lang.Object
  extended by zombie.ui.UIElement
      extended by zombie.ui.ObjectTooltip

public class ObjectTooltip
extends UIElement


Field Summary
static float alphaStep
           
 boolean bIsItem
           
 InventoryItem Item
           
 IsoObject Object
           
 
Fields inherited from class zombie.ui.UIElement
anchorBottom, anchorLeft, anchorRight, anchorTop, bScrollChildren, bScrollWithParent, capture, clickedValue, Controls, defaultDraw, followGameWorld, height, IgnoreLossControl, Parent, playerContext, table, visible, width, x, y
 
Constructor Summary
ObjectTooltip()
           
 
Method Summary
 void DrawValueRight(int value, int x, int y, boolean highGood)
           
 void DrawValueRightNoPlus(float value, int x, int y)
           
 void DrawValueRightNoPlus(int value, int x, int y)
           
 boolean onMouseMove(int dx, int dy)
           
 void onMouseMoveOutside(int dx, int dy)
           
 void render()
           
 void show(IsoObject obj, int x, int y)
           
 void update()
           
 
Methods inherited from class zombie.ui.UIElement
AddChild, bringToTop, ButtonClicked, ClearChildren, clearMaxDrawHeight, clearStencilRect, DrawText, DrawText, DrawTextCentre, DrawTextCentre, DrawTextRight, DrawTextRight, DrawTexture_FlippedX, DrawTexture_FlippedXIgnoreOffset, DrawTexture, DrawTextureCol, DrawTextureColor, DrawTextureIgnoreOffset, DrawTextureScaled, DrawTextureScaledCol, DrawTextureScaledCol, DrawTextureScaledColor, DrawUVSliceTexture, getAbsoluteX, getAbsoluteY, getClickedValue, getControls, getHeight, getParent, getPlayerContext, getScrollChildren, getScrollWithParent, getTable, getWidth, getX, getXScroll, getXScrolled, getY, getYScroll, getYScrolled, ignoreHeightChange, ignoreWidthChange, isAnchorBottom, isAnchorLeft, isAnchorRight, isAnchorTop, isCapture, isDefaultDraw, isFollowGameWorld, isIgnoreLossControl, isVisible, onMouseDown, onMouseUp, onMouseWheel, onresize, onResize, onRightMouseDown, onRightMouseUp, RemoveChild, RemoveControl, resumeStencil, setAlwaysOnTop, setAnchorBottom, setAnchorLeft, setAnchorRight, setAnchorTop, setCapture, setClickedValue, setConsumeMouseEvents, setControls, setDefaultDraw, setFollowGameWorld, setHeight, setHeightSilent, setIgnoreLossControl, setMaxDrawHeight, setParent, setPlayerContext, setScrollChildren, setScrollWithParent, setStencilRect, setTable, setVisible, setWidth, setWidthSilent, setX, setXScroll, setY, setYScroll, suspendStencil
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alphaStep

public static float alphaStep

bIsItem

public boolean bIsItem

Item

public InventoryItem Item

Object

public IsoObject Object
Constructor Detail

ObjectTooltip

public ObjectTooltip()
Method Detail

DrawValueRight

public void DrawValueRight(int value,
                           int x,
                           int y,
                           boolean highGood)

DrawValueRightNoPlus

public void DrawValueRightNoPlus(int value,
                                 int x,
                                 int y)

DrawValueRightNoPlus

public void DrawValueRightNoPlus(float value,
                                 int x,
                                 int y)

onMouseMove

public boolean onMouseMove(int dx,
                           int dy)
Overrides:
onMouseMove in class UIElement

onMouseMoveOutside

public void onMouseMoveOutside(int dx,
                               int dy)
Overrides:
onMouseMoveOutside in class UIElement

render

public void render()
Overrides:
render in class UIElement

show

public void show(IsoObject obj,
                 int x,
                 int y)

update

public void update()
Overrides:
update in class UIElement