zombie.ui
Class StatsPage

java.lang.Object
  extended by zombie.ui.UIElement
      extended by zombie.ui.DraggableWindow
          extended by zombie.ui.StatsPage

public class StatsPage
extends DraggableWindow

Author:
LEMMY

Field Summary
 
Fields inherited from class zombie.ui.DraggableWindow
alpha, clickX, clickY, closing, moving, rwidth
 
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
StatsPage(IsoGameCharacter chr)
           
 
Method Summary
 void drawBarStat(java.lang.String name, float value, boolean lowGood)
           
 void drawBarStat(java.lang.String name, float value, Color col)
           
 void render()
           
 
Methods inherited from class zombie.ui.DraggableWindow
onMouseDown, onMouseMove, onMouseUp, 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, onMouseMoveOutside, 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
 

Constructor Detail

StatsPage

public StatsPage(IsoGameCharacter chr)
          throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

drawBarStat

public void drawBarStat(java.lang.String name,
                        float value,
                        boolean lowGood)

drawBarStat

public void drawBarStat(java.lang.String name,
                        float value,
                        Color col)

render

public void render()
Overrides:
render in class DraggableWindow