zombie.ui
Class TutorialPanel

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

public class TutorialPanel
extends UIElement

Author:
LEMMY

Field Summary
 float alpha
           
 float alphaStep
           
 boolean hiding
           
 int MaxMessageTime
           
 java.lang.String Message
           
 float MessageTime
           
 java.lang.String NextMessage
           
 java.lang.String NextMessage2
           
 boolean showing
           
 float targetAlpha
           
 
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
TutorialPanel()
           
 
Method Summary
 void hide()
           
 void render()
           
 void ShowMessage(java.lang.String message, java.lang.String message2)
           
 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, onMouseMove, onMouseMoveOutside, 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

alpha

public float alpha

alphaStep

public float alphaStep

hiding

public boolean hiding

MaxMessageTime

public int MaxMessageTime

Message

public java.lang.String Message

MessageTime

public float MessageTime

NextMessage

public java.lang.String NextMessage

NextMessage2

public java.lang.String NextMessage2

showing

public boolean showing

targetAlpha

public float targetAlpha
Constructor Detail

TutorialPanel

public TutorialPanel()
              throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

hide

public void hide()

render

public void render()
Overrides:
render in class UIElement

ShowMessage

public void ShowMessage(java.lang.String message,
                        java.lang.String message2)

update

public void update()
Overrides:
update in class UIElement