Class UINineGrid

All Implemented Interfaces:
UIElementInterface

public final class UINineGrid extends UIElement
  • Field Details

    • clientH

      public int clientH
    • clientW

      public int clientW
    • nestedItems

      public Stack<Rectangle> nestedItems
    • color

      public Color color
  • 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