Package zombie.ui

Class UINineGrid


public final class UINineGrid extends UIElement
  • Field Details

    • clientH

      public int clientH
    • clientW

      public int clientW
    • nestedItems

      public Stack<Rectangle> nestedItems
    • Colour

      public Color Colour
  • Constructor Details

    • UINineGrid

      public UINineGrid(int x, int y, int width, int height, int TopWidth, int LeftWidth, int RightWidth, int BottomWidth, String TL_Tex, String T_Tex, String TR_Tex, String L_Tex, String C_Tex, String R_Tex, String BL_Tex, String B_Tex, String BR_Tex)
  • Method Details

    • Nest

      public void Nest(UIElement el, int t, int r, int b, int l)
    • render

      public void render()
      Overrides:
      render in class UIElement
    • update

      public void update()
      Overrides:
      update in class UIElement
    • setAlpha

      public void setAlpha(float alpha)
    • getAlpha

      public float getAlpha()