Package zombie.ui

Class UIDialoguePanel

java.lang.Object
zombie.ui.UIElement
zombie.ui.UIDialoguePanel

public final class UIDialoguePanel extends UIElement
  • Field Details

    • clientH

      public float clientH
    • clientW

      public float clientW
    • nestedItems

      public Stack<Rectangle> nestedItems
  • Constructor Details

    • UIDialoguePanel

      public UIDialoguePanel(float x, float y, float width, float height)
  • 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