Class UIDialoguePanel

java.lang.Object
zombie.ui.UIElement
zombie.ui.UIDialoguePanel
All Implemented Interfaces:
UIElementInterface

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