Package zombie.ui
Class UINineGrid
java.lang.Object
zombie.ui.UIElement
zombie.ui.UINineGrid
public class UINineGrid extends UIElement
-
Field Summary
Fields Modifier and Type Field Description int
clientH
int
clientW
Color
Colour
java.util.Stack
nestedItems
Fields inherited from class zombie.ui.UIElement
alwaysBack, anchorBottom, anchorLeft, anchorRight, anchorTop, bScrollChildren, bScrollWithParent, capture, clickedValue, Controls, defaultDraw, followGameWorld, height, IgnoreLossControl, Parent, playerContext, table, visible, width, x, y
-
Constructor Summary
Constructors Constructor Description UINineGrid(int x, int y, int width, int height, int TopWidth, int LeftWidth, int RightWidth, int BottomWidth, java.lang.String TL_Tex, java.lang.String T_Tex, java.lang.String TR_Tex, java.lang.String L_Tex, java.lang.String C_Tex, java.lang.String R_Tex, java.lang.String BL_Tex, java.lang.String B_Tex, java.lang.String BR_Tex)
-
Method Summary
Methods inherited from class zombie.ui.UIElement
AddChild, backMost, bringToTop, ButtonClicked, clampToParentX, clampToParentY, ClearChildren, clearMaxDrawHeight, clearStencilRect, DrawText, DrawText, DrawText, DrawText, DrawTextCentre, DrawTextCentre, DrawTextRight, DrawTextRight, DrawTextUntrimmed, DrawTexture, DrawTexture, DrawTexture_FlippedX, DrawTexture_FlippedXIgnoreOffset, DrawTextureAngle, DrawTextureCol, DrawTextureColor, DrawTextureIgnoreOffset, DrawTextureScaled, DrawTextureScaledAspect, DrawTextureScaledAspect2, DrawTextureScaledCol, DrawTextureScaledCol, DrawTextureScaledColor, DrawTextureScaledUniform, DrawUVSliceTexture, getAbsoluteX, getAbsoluteY, getClickedValue, getControls, getHeight, getMaxDrawHeight, getParent, getPlayerContext, getScrollChildren, getScrollHeight, getScrollWithParent, getTable, getUIName, getWidth, getX, getXScroll, getXScrolled, getY, getYScroll, getYScrolled, ignoreHeightChange, ignoreWidthChange, isAnchorBottom, isAnchorLeft, isAnchorRight, isAnchorTop, isCapture, isDefaultDraw, isFollowGameWorld, isIgnoreLossControl, isMouseOver, isPointOver, isVisible, onMouseDown, onMouseMove, onMouseMoveOutside, onMouseUp, onMouseWheel, onresize, onResize, onRightMouseDown, onRightMouseUp, RemoveChild, RemoveControl, repaintStencilRect, resumeStencil, setAlwaysOnTop, setAnchorBottom, setAnchorLeft, setAnchorRight, setAnchorTop, setCapture, setClickedValue, setConsumeMouseEvents, setControls, setDefaultDraw, setFollowGameWorld, setHeight, setHeightOnly, setHeightSilent, setIgnoreLossControl, setMaxDrawHeight, setParent, setPlayerContext, setScrollChildren, setScrollHeight, setScrollWithParent, setStencilRect, setTable, setUIName, setVisible, setWidth, setWidthOnly, setWidthSilent, setX, setXScroll, setY, setYScroll, suspendStencil
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
clientH
public int clientH -
clientW
public int clientW -
nestedItems
public java.util.Stack nestedItems -
Colour
-
-
Constructor Details
-
UINineGrid
public UINineGrid(int x, int y, int width, int height, int TopWidth, int LeftWidth, int RightWidth, int BottomWidth, java.lang.String TL_Tex, java.lang.String T_Tex, java.lang.String TR_Tex, java.lang.String L_Tex, java.lang.String C_Tex, java.lang.String R_Tex, java.lang.String BL_Tex, java.lang.String B_Tex, java.lang.String BR_Tex)
-
-
Method Details