zombie.ui
Class NewContainerPanel

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

public class NewContainerPanel
extends UIElement

Author:
LEMMY

Field Summary
 Texture BL
           
 Texture BM
           
 Texture BR
           
 InventoryFlowControl Flow
           
 Texture ML
           
 Texture MM
           
 Texture MR
           
 Texture TL
           
 Texture TM
           
 Texture TR
           
 
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
NewContainerPanel(int x, int y, int xtiles, int ytiles, IsoStove stove)
           
NewContainerPanel(int x, int y, int xtiles, int ytiles, ItemContainer container)
           
 
Method Summary
 void ButtonClicked(java.lang.String name)
           
 boolean onMouseDown(int x, int y)
           
 boolean onMouseUp(int x, int y)
           
 void render()
           
 
Methods inherited from class zombie.ui.UIElement
AddChild, bringToTop, 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, onMouseMove, 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, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BL

public Texture BL

BM

public Texture BM

BR

public Texture BR

Flow

public InventoryFlowControl Flow

ML

public Texture ML

MM

public Texture MM

MR

public Texture MR

TL

public Texture TL

TM

public Texture TM

TR

public Texture TR
Constructor Detail

NewContainerPanel

public NewContainerPanel(int x,
                         int y,
                         int xtiles,
                         int ytiles,
                         ItemContainer container)

NewContainerPanel

public NewContainerPanel(int x,
                         int y,
                         int xtiles,
                         int ytiles,
                         IsoStove stove)
Method Detail

ButtonClicked

public void ButtonClicked(java.lang.String name)
Overrides:
ButtonClicked in class UIElement

onMouseDown

public boolean onMouseDown(int x,
                           int y)
Overrides:
onMouseDown in class UIElement

onMouseUp

public boolean onMouseUp(int x,
                         int y)
Overrides:
onMouseUp in class UIElement

render

public void render()
Overrides:
render in class UIElement