Package zombie.ui

Class DoubleSizer

java.lang.Object
zombie.ui.UIElement
zombie.ui.DoubleSizer

public class DoubleSizer
extends UIElement
  • Constructor Details

    • DoubleSizer

      public DoubleSizer​(int x, int y, java.lang.String texture, java.lang.String highlight, java.lang.String texture2, java.lang.String highlight2)
  • Method Details

    • onMouseDown

      public java.lang.Boolean onMouseDown​(int x, int y)
    • onMouseMove

      public java.lang.Boolean onMouseMove​(int dx, int dy)
    • onMouseMoveOutside

      public void onMouseMoveOutside​(int dx, int dy)
    • onMouseUp

      public java.lang.Boolean onMouseUp​(int x, int y)
    • render

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

      public void update()
      Overrides:
      update in class UIElement